diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-19 00:16:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-19 00:16:34 +0000 |
commit | 0d4b71cfa1f42d17dd11d7c66787bf68c460ebaa (patch) | |
tree | 1ec0f94f01aec57d516bf188f57487997b9eb533 /app-pda/synce-gnomevfs/synce-gnomevfs-0.13.ebuild | |
parent | bump USE hal description (diff) | |
download | gentoo-2-0d4b71cfa1f42d17dd11d7c66787bf68c460ebaa.tar.gz gentoo-2-0d4b71cfa1f42d17dd11d7c66787bf68c460ebaa.tar.bz2 gentoo-2-0d4b71cfa1f42d17dd11d7c66787bf68c460ebaa.zip |
punt
Diffstat (limited to 'app-pda/synce-gnomevfs/synce-gnomevfs-0.13.ebuild')
-rw-r--r-- | app-pda/synce-gnomevfs/synce-gnomevfs-0.13.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-pda/synce-gnomevfs/synce-gnomevfs-0.13.ebuild b/app-pda/synce-gnomevfs/synce-gnomevfs-0.13.ebuild deleted file mode 100644 index 43f178ee1697..000000000000 --- a/app-pda/synce-gnomevfs/synce-gnomevfs-0.13.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gnomevfs/synce-gnomevfs-0.13.ebuild,v 1.4 2010/07/13 16:59:49 ssuominen Exp $ - -inherit versionator - -synce_PV=$(get_version_component_range 1-2) - -DESCRIPTION="SynCE - Gnome VFS extensions" -HOMEPAGE="http://sourceforge.net/projects/synce/" -SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=">=gnome-base/gnome-vfs-2.0 - =app-pda/synce-libsynce-${synce_PV}* - =app-pda/synce-librapi2-${synce_PV}*" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO -} |