diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-09-21 21:08:48 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-09-21 21:09:25 +0200 |
commit | e310c3e237a6e37f78c16cc3f108f7ccdbbdb8c0 (patch) | |
tree | 46448bef0f729194c1a7554ed8bbf59468685fd6 /sys-fs/obexfs/obexfs-0.11.ebuild | |
parent | dev-ruby/bundler-1.12.5-r0: add alpha keyword (diff) | |
download | gentoo-e310c3e237a6e37f78c16cc3f108f7ccdbbdb8c0.tar.gz gentoo-e310c3e237a6e37f78c16cc3f108f7ccdbbdb8c0.tar.bz2 gentoo-e310c3e237a6e37f78c16cc3f108f7ccdbbdb8c0.zip |
Remove some masked for removal packages
Diffstat (limited to 'sys-fs/obexfs/obexfs-0.11.ebuild')
-rw-r--r-- | sys-fs/obexfs/obexfs-0.11.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sys-fs/obexfs/obexfs-0.11.ebuild b/sys-fs/obexfs/obexfs-0.11.ebuild deleted file mode 100644 index 22c6554c0321..000000000000 --- a/sys-fs/obexfs/obexfs-0.11.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -DESCRIPTION="FUSE filesystem interface for ObexFTP" -HOMEPAGE="http://dev.zuckschwerdt.org/openobex/wiki/ObexFs" -SRC_URI="http://triq.net/obexftp/${P/_/-}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=">=app-mobilephone/obexftp-0.22 - sys-fs/fuse" -RDEPEND=${DEPEND} - -S="${WORKDIR}/${P%_*}" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README -} |