summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2004-09-26 21:08:38 +0000
committerNed Ludd <solar@gentoo.org>2004-09-26 21:08:38 +0000
commitff2fedaa7c46d3998525ee0902cdf66c26c9476a (patch)
tree8c6d36184d02dc063426a263ed003c22e2bf6db5 /dev-util
parentinitial release. bug #46956. (diff)
downloadhistorical-ff2fedaa7c46d3998525ee0902cdf66c26c9476a.tar.gz
historical-ff2fedaa7c46d3998525ee0902cdf66c26c9476a.tar.bz2
historical-ff2fedaa7c46d3998525ee0902cdf66c26c9476a.zip
added gnuconfig to to pick up canonicalize host names in uclibc environments
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/indent/ChangeLog5
-rw-r--r--dev-util/indent/Manifest14
-rw-r--r--dev-util/indent/indent-2.2.9-r1.ebuild9
3 files changed, 24 insertions, 4 deletions
diff --git a/dev-util/indent/ChangeLog b/dev-util/indent/ChangeLog
index 2419679eb9a5..fb6e3f4dc18e 100644
--- a/dev-util/indent/ChangeLog
+++ b/dev-util/indent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/indent
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.19 2004/09/12 01:17:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.20 2004/09/26 21:08:38 solar Exp $
+
+ 26 Sep 2004; <solar@gentoo.org> indent-2.2.9-r1.ebuild:
+ added gnuconfig to to pick up canonicalize host names in uclibc environments
11 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> indent-2.2.9-r1.ebuild:
enable the nls knob; tidy the doc install
diff --git a/dev-util/indent/Manifest b/dev-util/indent/Manifest
index e7a3231b8177..5fbfc079b125 100644
--- a/dev-util/indent/Manifest
+++ b/dev-util/indent/Manifest
@@ -1,3 +1,13 @@
-MD5 1f2b865d7666dc641194a054afb605f6 ChangeLog 2442
-MD5 eb2d5e38969cbc2ee9b0cf876a642e21 indent-2.2.9-r1.ebuild 771
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 fddf3e8a5a493d969c872d45f58c12a2 indent-2.2.9-r1.ebuild 835
+MD5 67d108312af773ed221610b349b39ffe ChangeLog 2576
MD5 0301409622291766d3a875aebcfed9b5 files/digest-indent-2.2.9-r1 64
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.4 (GNU/Linux)
+
+iD4DBQFBVy+j94CCfB4KcwwRAq+ZAJdOyXPil5Qa0mZPQxjR7JnCzt7RAJ9hFGP+
+QrYiqhgDapT48obVRpU2pQ==
+=95ex
+-----END PGP SIGNATURE-----
diff --git a/dev-util/indent/indent-2.2.9-r1.ebuild b/dev-util/indent/indent-2.2.9-r1.ebuild
index df4f87166ba8..f7b2875b88c2 100644
--- a/dev-util/indent/indent-2.2.9-r1.ebuild
+++ b/dev-util/indent/indent-2.2.9-r1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.9-r1.ebuild,v 1.2 2004/09/12 01:17:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.9-r1.ebuild,v 1.3 2004/09/26 21:08:38 solar Exp $
+
+inherit gnuconfig
DESCRIPTION="Indent program source files"
HOMEPAGE="http://www.gnu.org/software/indent/indent.html"
@@ -13,6 +15,11 @@ IUSE="nls"
DEPEND="virtual/libc"
+src_unpack() {
+ unpack ${A}
+ gnuconfig_update
+}
+
src_compile() {
econf \
--disable-dependency-tracking \