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 | 684ab771fff832679357c604c571257be0bf48b6 (patch) | |
tree | cefb2eb2c0299c13d6f6063c3c3d8aea0d970a4d /app-pda/synce-librra | |
parent | einfo => elog in pkg_postinst (diff) | |
download | gentoo-2-684ab771fff832679357c604c571257be0bf48b6.tar.gz gentoo-2-684ab771fff832679357c604c571257be0bf48b6.tar.bz2 gentoo-2-684ab771fff832679357c604c571257be0bf48b6.zip |
make => emake, clean up
(Portage version: 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 |