diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-14 21:54:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-14 22:00:04 +0200 |
commit | 5f49eb43896ac26f800f7afc04cd6f17178fb155 (patch) | |
tree | ef23c3280971e96f2c516bcc85bd959b097c3f12 /app-pda | |
parent | 7a40ba1d43b8aafa5c3fbb06b08ed32e7494c3f0 (diff) | |
download | gentoo-5f49eb43896ac26f800f7afc04cd6f17178fb155.tar.gz gentoo-5f49eb43896ac26f800f7afc04cd6f17178fb155.tar.xz |
app-pda/fusepod: Remove last-rited pkg, #596602
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/fusepod/Manifest | 1 | ||||
-rw-r--r-- | app-pda/fusepod/files/fusepod-0.5.2-missing_include.patch | 12 | ||||
-rw-r--r-- | app-pda/fusepod/fusepod-0.5.2.ebuild | 26 | ||||
-rw-r--r-- | app-pda/fusepod/metadata.xml | 8 |
4 files changed, 0 insertions, 47 deletions
diff --git a/app-pda/fusepod/Manifest b/app-pda/fusepod/Manifest deleted file mode 100644 index b29af36ad6b..00000000000 --- a/app-pda/fusepod/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fusepod-0.5.2.tar.bz2 80923 SHA256 210d77cb2ec7701d4af681e63c4f52bc4d0c8cbfa493f55d3d9580e7106b857f SHA512 a3c0c3ba1fea80656a067d61a9b274a20522d0940db9c505a5268cd2f607bf0cf8e990f02de7fb80e3e9c71ddae482e163d4d22f6b57f0867f45a86076492a33 WHIRLPOOL 5e2a065e3c6ab9abe87271cf8f8b3f1a74125f13477852d34ece683eb35684dff9964d3a466435ba50165da23d1131dbf0c70a887f69a3a3e54283aa9b1ad881 diff --git a/app-pda/fusepod/files/fusepod-0.5.2-missing_include.patch b/app-pda/fusepod/files/fusepod-0.5.2-missing_include.patch deleted file mode 100644 index 97c651ee053..00000000000 --- a/app-pda/fusepod/files/fusepod-0.5.2-missing_include.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- src/fusepod_util.h -+++ src/fusepod_util.h -@@ -15,6 +15,9 @@ - #ifndef _FUSEPOD_UTIL_H_ - #define _FUSEPOD_UTIL_H_ - -+#include <stdio.h> /* sprintf */ -+#include <string.h> /* strcasecmp */ -+ - #include <vector> - #include <string> - diff --git a/app-pda/fusepod/fusepod-0.5.2.ebuild b/app-pda/fusepod/fusepod-0.5.2.ebuild deleted file mode 100644 index a8c4277dff1..00000000000 --- a/app-pda/fusepod/fusepod-0.5.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit eutils - -DESCRIPTION="A userspace filesystem which mounts your iPod into a directory" -HOMEPAGE="https://sourceforge.net/projects/fusepod/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="media-libs/libgpod - media-libs/taglib - sys-fs/fuse" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS="AUTHORS NEWS README README.fuse THANKS TODO" - -src_prepare() { - epatch "${FILESDIR}"/${P}-missing_include.patch -} diff --git a/app-pda/fusepod/metadata.xml b/app-pda/fusepod/metadata.xml deleted file mode 100644 index 858966b76b8..00000000000 --- a/app-pda/fusepod/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">fusepod</remote-id> - </upstream> -</pkgmetadata> |