diff options
Diffstat (limited to 'app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild')
-rw-r--r-- | app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild deleted file mode 100644 index 6250ce4b53f6..000000000000 --- a/app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild,v 1.2 2009/01/24 12:34:55 mescalinum Exp $ - -inherit eutils - -DESCRIPTION="SynCE - RAPI communication library" -HOMEPAGE="http://sourceforge.net/projects/synce/" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" -DEPEND="dev-lang/python - >=dev-python/pyrex-0.9.6 - >=dev-libs/check-0.8.2 - ~app-pda/synce-libsynce-0.12" -RDEPEND="${DEPEND}" - -SRC_URI="mirror://sourceforge/synce/librapi2-${PV}.tar.gz" -S="${WORKDIR}/librapi2-${PV}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc BUGS README README.contributing README.design TODO ChangeLog -} |