summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2003-09-28 21:15:42 +0000
committerMamoru Komachi <usata@gentoo.org>2003-09-28 21:15:42 +0000
commit7aec83098c936962d5f7581210b22eaf80486ce3 (patch)
tree9b521252290ae24e24e38a74e858205ba7ab7216 /app-text
parentUpdate ProPolice, added patches (diff)
downloadgentoo-2-7aec83098c936962d5f7581210b22eaf80486ce3.tar.gz
gentoo-2-7aec83098c936962d5f7581210b22eaf80486ce3.tar.bz2
gentoo-2-7aec83098c936962d5f7581210b22eaf80486ce3.zip
Changed emake to make. Changed -alpha keyword to ~alpha.
Diffstat (limited to 'app-text')
-rw-r--r--app-text/a2ps/ChangeLog5
-rw-r--r--app-text/a2ps/Manifest4
-rw-r--r--app-text/a2ps/a2ps-4.13c.ebuild8
3 files changed, 11 insertions, 6 deletions
diff --git a/app-text/a2ps/ChangeLog b/app-text/a2ps/ChangeLog
index 64694c3d1203..86f194905ea1 100644
--- a/app-text/a2ps/ChangeLog
+++ b/app-text/a2ps/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-text/a2ps
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.16 2003/09/27 15:02:40 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.17 2003/09/28 21:15:36 usata Exp $
*a2ps-4.13c (27 Sep 2003)
+ 29 Sep 2003; Mamoru KOMACHI <usata@gentoo.org> a2ps-4.13c.ebuild:
+ Use make instead of emake. Changed -alpha keyword to ~alpha.
+
27 Sep 2003; Mamoru KOMACHI <usata@gentoo.org> a2ps-4.13c.ebuild,
files/a2ps-4.13c-locale-gentoo.diff:
Fixed compilation failure when USE="-nls", closing Bug #29732
diff --git a/app-text/a2ps/Manifest b/app-text/a2ps/Manifest
index 952e99b29cbb..7447d0eb3af6 100644
--- a/app-text/a2ps/Manifest
+++ b/app-text/a2ps/Manifest
@@ -1,7 +1,7 @@
-MD5 59c669c1a7df18381702098aa9f8be57 ChangeLog 2668
+MD5 e1dc1baaa4cb65b66e0f7fc8524bba29 ChangeLog 2800
MD5 ace8354c5ef6feb07640ca561f18cda3 a2ps-4.13b-r4.ebuild 1162
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
-MD5 a7baad380c849157d2bce0f292620bf9 a2ps-4.13c.ebuild 1625
+MD5 a41b80996fd32595eda04f6e7c6d87b7 a2ps-4.13c.ebuild 1656
MD5 48020c7429c5da1c305db13c2640f3b9 a2ps-4.13b-r5.ebuild 1666
MD5 4302a49fab6e10cdc21b8f275d8faa90 files/a2ps-4.13-autoconf-gentoo.diff 481
MD5 5a02e00e2362711886e28f0d28b299dd files/a2ps-4.13-stdout.diff 462
diff --git a/app-text/a2ps/a2ps-4.13c.ebuild b/app-text/a2ps/a2ps-4.13c.ebuild
index 493db5ff0ada..b9f35973626a 100644
--- a/app-text/a2ps/a2ps-4.13c.ebuild
+++ b/app-text/a2ps/a2ps-4.13c.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c.ebuild,v 1.2 2003/09/27 15:02:40 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c.ebuild,v 1.3 2003/09/28 21:15:36 usata Exp $
inherit gnuconfig eutils
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~ia64 ~x86 ~ppc ~sparc -alpha"
+KEYWORDS="~ia64 ~x86 ~ppc ~sparc ~alpha"
IUSE="nls tetex cjk"
DEPEND=">=sys-devel/automake-1.6
@@ -45,7 +45,9 @@ src_compile() {
econf --sysconfdir=/etc/a2ps \
--includedir=/usr/include \
`use_enable nls` || die "econf failed"
- emake || die "emake failed"
+
+ # sometimes emake doesn't work
+ make || die "make failed"
}
src_install() {