diff options
author | Akinori Hattori <hattya@gentoo.org> | 2006-07-14 13:50:07 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2006-07-14 13:50:07 +0000 |
commit | f8a71415999f97db681cf267527aa7038b1dc679 (patch) | |
tree | f2a50771132fbef1f4f724d719ebb0c53c851516 /media-libs/compface | |
parent | Forcing mb version (diff) | |
download | gentoo-2-f8a71415999f97db681cf267527aa7038b1dc679.tar.gz gentoo-2-f8a71415999f97db681cf267527aa7038b1dc679.tar.bz2 gentoo-2-f8a71415999f97db681cf267527aa7038b1dc679.zip |
use emake for install. and 1.5.2 is unnecessary to invoke autoconf.
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'media-libs/compface')
-rw-r--r-- | media-libs/compface/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/compface/compface-1.4.ebuild | 8 | ||||
-rw-r--r-- | media-libs/compface/compface-1.5.1.ebuild | 14 | ||||
-rw-r--r-- | media-libs/compface/compface-1.5.2.ebuild | 15 | ||||
-rw-r--r-- | media-libs/compface/files/digest-compface-1.5.1 | 2 | ||||
-rw-r--r-- | media-libs/compface/files/digest-compface-1.5.2 | 2 |
6 files changed, 25 insertions, 22 deletions
diff --git a/media-libs/compface/ChangeLog b/media-libs/compface/ChangeLog index bc96de71e7ab..d297efffb61a 100644 --- a/media-libs/compface/ChangeLog +++ b/media-libs/compface/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/compface # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/ChangeLog,v 1.33 2006/07/05 13:31:43 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/ChangeLog,v 1.34 2006/07/14 13:50:07 hattya Exp $ + + 14 Jul 2006; Akinori Hattori <hattya@gentoo.org> compface-1.4.ebuild, + compface-1.5.1.ebuild, compface-1.5.2.ebuild: + use emake for install. and 1.5.2 is unnecessary to invoke autoconf. 24 May 2006; Michael Hanselmann <hansmi@gentoo.org> compface-1.5.2.ebuild: Stable on ppc. diff --git a/media-libs/compface/compface-1.4.ebuild b/media-libs/compface/compface-1.4.ebuild index 25ae570c191f..9be7d1f48f7d 100644 --- a/media-libs/compface/compface-1.4.ebuild +++ b/media-libs/compface/compface-1.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.4.ebuild,v 1.24 2005/01/31 04:29:53 gongloo Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.4.ebuild,v 1.25 2006/07/14 13:50:07 hattya Exp $ inherit eutils +IUSE="" + DESCRIPTION="Utilities and library to convert to/from X-Face format" HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/graphics/convert/" SRC_URI="http://www.ibiblio.org/pub/Linux/apps/graphics/convert/${P}.tar.gz" diff --git a/media-libs/compface/compface-1.5.1.ebuild b/media-libs/compface/compface-1.5.1.ebuild index 0987bddffc7c..d9cc24b039f2 100644 --- a/media-libs/compface/compface-1.5.1.ebuild +++ b/media-libs/compface/compface-1.5.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.1.ebuild,v 1.10 2006/02/07 20:42:43 blubb Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.1.ebuild,v 1.11 2006/07/14 13:50:07 hattya Exp $ inherit eutils +IUSE="" + DESCRIPTION="Utilities and library to convert to/from X-Face format" HOMEPAGE="http://www.xemacs.org/Download/optLibs.html" SRC_URI="http://ftp.xemacs.org/pub/xemacs/aux/${P}.tar.gz" @@ -14,14 +14,12 @@ LICENSE="MIT" KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc-macos ppc64 sparc x86" SLOT="0" -DEPEND="virtual/libc" - src_unpack() { unpack ${A} - cd ${S} + cd "${S}" - sed -i -e "s:\r::" Makefile.in xbm2xface.pl + sed -i "s:\r::" Makefile.in xbm2xface.pl epatch ${FILESDIR}/${P}-destdir.diff WANT_AUTOCONF=2.5 autoconf @@ -30,7 +28,7 @@ src_unpack() { src_install() { dodir /usr/share/man/man{1,3} /usr/{bin,include,$(get_libdir)} - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die newbin xbm2xface{.pl,} dodoc README ChangeLog diff --git a/media-libs/compface/compface-1.5.2.ebuild b/media-libs/compface/compface-1.5.2.ebuild index 937149b66bec..da0d04967aaf 100644 --- a/media-libs/compface/compface-1.5.2.ebuild +++ b/media-libs/compface/compface-1.5.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.2.ebuild,v 1.4 2006/05/24 20:17:45 hansmi Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.2.ebuild,v 1.5 2006/07/14 13:50:07 hattya Exp $ inherit eutils +IUSE="" + DESCRIPTION="Utilities and library to convert to/from X-Face format" HOMEPAGE="http://www.xemacs.org/Download/optLibs.html" SRC_URI="http://ftp.xemacs.org/pub/xemacs/aux/${P}.tar.gz" @@ -14,21 +14,18 @@ LICENSE="MIT" KEYWORDS="~alpha ~amd64 ~hppa ia64 ppc ~ppc-macos ppc64 ~sparc x86" SLOT="0" -DEPEND="" - src_unpack() { unpack ${A} - cd ${S} + cd "${S}" - epatch ${FILESDIR}/${P}-destdir.diff - autoconf + epatch "${FILESDIR}"/${P}-destdir.diff } src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die newbin xbm2xface{.pl,} dodoc README ChangeLog diff --git a/media-libs/compface/files/digest-compface-1.5.1 b/media-libs/compface/files/digest-compface-1.5.1 index c84691ec4a3e..dfe20376e292 100644 --- a/media-libs/compface/files/digest-compface-1.5.1 +++ b/media-libs/compface/files/digest-compface-1.5.1 @@ -1 +1,3 @@ MD5 32ab72ac7412ffa5eec4e88a89b8fd74 compface-1.5.1.tar.gz 30565 +RMD160 97eedb887cca3f1bce5f087b142dbf794b128c38 compface-1.5.1.tar.gz 30565 +SHA256 bd2a0ea6866d5b34220ef66f8aeca9ec5faa310f210ef6e45277c9b534447ac6 compface-1.5.1.tar.gz 30565 diff --git a/media-libs/compface/files/digest-compface-1.5.2 b/media-libs/compface/files/digest-compface-1.5.2 index 9a977bb43825..1cecfe8ccbf7 100644 --- a/media-libs/compface/files/digest-compface-1.5.2 +++ b/media-libs/compface/files/digest-compface-1.5.2 @@ -1 +1,3 @@ MD5 62f4f79c0861ad292ba3cf77b4c48319 compface-1.5.2.tar.gz 46970 +RMD160 17174e8c263ae3984dd74fa7e93f8835773cd742 compface-1.5.2.tar.gz 46970 +SHA256 a6998245f530217b800f33e01656be8d1f0445632295afa100e5c1611e4f6825 compface-1.5.2.tar.gz 46970 |