diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2008-11-13 17:06:24 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2008-11-13 17:06:24 +0000 |
commit | ba63d0461a1830a52f6c7bca9a26fc16cfafd35a (patch) | |
tree | 34ed84ba5bb3fbcf8a0ad207e8aec08e2a330665 /app-pda/synce-librra | |
parent | einfo => elog in pkg_postinst (diff) | |
download | historical-ba63d0461a1830a52f6c7bca9a26fc16cfafd35a.tar.gz historical-ba63d0461a1830a52f6c7bca9a26fc16cfafd35a.tar.bz2 historical-ba63d0461a1830a52f6c7bca9a26fc16cfafd35a.zip |
make => emake, clean up
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-pda/synce-librra')
-rw-r--r-- | app-pda/synce-librra/synce-librra-0.11.1.ebuild | 9 | ||||
-rw-r--r-- | app-pda/synce-librra/synce-librra-0.12.ebuild | 7 |
2 files changed, 9 insertions, 7 deletions
diff --git a/app-pda/synce-librra/synce-librra-0.11.1.ebuild b/app-pda/synce-librra/synce-librra-0.11.1.ebuild index 5da84f4ffd06..bf37d968a3bc 100644 --- a/app-pda/synce-librra/synce-librra-0.11.1.ebuild +++ b/app-pda/synce-librra/synce-librra-0.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/synce-librra-0.11.1.ebuild,v 1.1 2008/11/13 00:11:49 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/synce-librra-0.11.1.ebuild,v 1.2 2008/11/13 17:06:24 mescalinum Exp $ DESCRIPTION="SynCE - RRA protocol library" HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -16,10 +16,11 @@ DEPEND="dev-lang/python ~app-pda/synce-libsynce-0.11.1 ~app-pda/synce-librapi2-0.11.1" -SRC_URI="mirror://sourceforge/synce/librra-${PV}.tar.gz" -S="${WORKDIR}/librra-${PV}" +MY_P="librra-${PV}" +SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die dodoc ChangeLog README TODO } diff --git a/app-pda/synce-librra/synce-librra-0.12.ebuild b/app-pda/synce-librra/synce-librra-0.12.ebuild index ecdb9a7faba1..08d9ed5950a9 100644 --- a/app-pda/synce-librra/synce-librra-0.12.ebuild +++ b/app-pda/synce-librra/synce-librra-0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/synce-librra-0.12.ebuild,v 1.1 2008/11/13 00:11:49 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/synce-librra-0.12.ebuild,v 1.2 2008/11/13 17:06:24 mescalinum Exp $ DESCRIPTION="SynCE - RRA protocol library" HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -16,8 +16,9 @@ DEPEND="dev-lang/python ~app-pda/synce-libsynce-0.12 ~app-pda/synce-librapi2-0.12" -SRC_URI="mirror://sourceforge/synce/librra-${PV}.tar.gz" -S="${WORKDIR}/librra-${PV}" +MY_P="librra-${PV}" +SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" src_install() { make DESTDIR="${D}" install || die |