summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2005-01-06 16:15:38 +0000
committerAkinori Hattori <hattya@gentoo.org>2005-01-06 16:15:38 +0000
commit829b07ad7e2e74e0e348731730adbda171828673 (patch)
treede3db8a52a31674fc02c7efc04c68ba1eee70379 /media-libs/compface
parentversion 0.03 (diff)
downloadhistorical-829b07ad7e2e74e0e348731730adbda171828673.tar.gz
historical-829b07ad7e2e74e0e348731730adbda171828673.tar.bz2
historical-829b07ad7e2e74e0e348731730adbda171828673.zip
new upstream release. fixes bug #76063.
Diffstat (limited to 'media-libs/compface')
-rw-r--r--media-libs/compface/Manifest17
-rw-r--r--media-libs/compface/compface-1.5.ebuild40
2 files changed, 45 insertions, 12 deletions
diff --git a/media-libs/compface/Manifest b/media-libs/compface/Manifest
index c97d2376d858..705b135f9caf 100644
--- a/media-libs/compface/Manifest
+++ b/media-libs/compface/Manifest
@@ -1,15 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 c3c09076e07a14a4b1816f1bd7619514 ChangeLog 2026
MD5 742c6582a6c7564c49a0322de0832bb4 compface-1.4.ebuild 834
-MD5 ca54ef15025ef831ef137118d8ad5f09 ChangeLog 1849
+MD5 fcad10f7bdeaa8053e641722b95fdc21 compface-1.5.ebuild 848
+MD5 92cd926808b9b818d1a0228938edd8e4 files/compface-1.4-destdir.diff 1759
MD5 99136b248ff383abec90471de2c701ac files/compface-1.4-errno.diff 908
+MD5 a08ef9d3bed4c1672cdb05afa215160d files/compface-1.5-destdir.diff 1793
MD5 9b8d9c4812b5caa0557fe8bc88a688d8 files/digest-compface-1.4 63
-MD5 92cd926808b9b818d1a0228938edd8e4 files/compface-1.4-destdir.diff 1759
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBYmvIArHZZzCEUG0RAg3cAJ0eJkmh0q4HSzMe5ucbCBj6zPpI8ACdHEEi
-299Ejc0VilmkLDK8k5bGpaE=
-=NyXD
------END PGP SIGNATURE-----
+MD5 278f048a005cd301b3ce122438229c6c files/digest-compface-1.5 63
diff --git a/media-libs/compface/compface-1.5.ebuild b/media-libs/compface/compface-1.5.ebuild
new file mode 100644
index 000000000000..2565c3a2e6af
--- /dev/null
+++ b/media-libs/compface/compface-1.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.ebuild,v 1.1 2005/01/06 16:15:38 hattya Exp $
+
+IUSE=""
+
+inherit eutils
+
+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"
+
+RESTRICT="nomirror"
+LICENSE="MIT"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64 ~ppc64 ~ppc-macos"
+SLOT="0"
+
+DEPEND="virtual/libc"
+
+src_unpack() {
+
+ unpack ${A}
+ cd ${S}
+
+ epatch ${FILESDIR}/${P}-destdir.diff
+ WANT_AUTOCONF=2.5 autoconf
+
+}
+
+src_install() {
+
+ dodir /usr/share/man/man{1,3} /usr/{bin,include,$(get_libdir)}
+ make DESTDIR="${D}" install || die
+
+ newbin xbm2xface{.pl,}
+ dodoc README ChangeLog
+
+}
+
+# $Id: compface-1.5.ebuild,v 1.1 2005/01/06 16:15:38 hattya Exp $