summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 07:39:26 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 07:39:26 +0000
commita65f76e23c94de4016bc06a8a22a65d76ec66017 (patch)
treead7141840e7bbb4653e5862912ea65ec5c2ccf75 /dev-libs
parentRemove gnuconfig_update usage, leave it to econf. (diff)
downloadgentoo-2-a65f76e23c94de4016bc06a8a22a65d76ec66017.tar.gz
gentoo-2-a65f76e23c94de4016bc06a8a22a65d76ec66017.tar.bz2
gentoo-2-a65f76e23c94de4016bc06a8a22a65d76ec66017.zip
Remove gnuconfig_update usage, leave it to econf.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libunicode/ChangeLog8
-rw-r--r--dev-libs/libunicode/libunicode-0.4-r1.ebuild12
2 files changed, 8 insertions, 12 deletions
diff --git a/dev-libs/libunicode/ChangeLog b/dev-libs/libunicode/ChangeLog
index 7ec83db91642..f35273d49fc8 100644
--- a/dev-libs/libunicode/ChangeLog
+++ b/dev-libs/libunicode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libunicode
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/ChangeLog,v 1.15 2006/12/11 07:27:25 beu Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/ChangeLog,v 1.16 2007/01/05 07:39:26 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ libunicode-0.4-r1.ebuild:
+ Remove gnuconfig_update usage, leave it to econf.
11 Dec 2006; Elfyn McBratney <beu@gentoo.org> libunicode-0.4-r1.ebuild:
Kill redundant DEPEND on virtual/libc.
diff --git a/dev-libs/libunicode/libunicode-0.4-r1.ebuild b/dev-libs/libunicode/libunicode-0.4-r1.ebuild
index ca4a6b61ffda..d5dbced27125 100644
--- a/dev-libs/libunicode/libunicode-0.4-r1.ebuild
+++ b/dev-libs/libunicode/libunicode-0.4-r1.ebuild
@@ -1,8 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/libunicode-0.4-r1.ebuild,v 1.31 2006/12/11 07:27:25 beu Exp $
-
-inherit gnuconfig
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunicode/libunicode-0.4-r1.ebuild,v 1.32 2007/01/05 07:39:26 flameeyes Exp $
DESCRIPTION="Unicode library"
HOMEPAGE="http://www.gnome.org/"
@@ -13,12 +11,6 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86"
IUSE=""
-src_unpack() {
- unpack ${A}
- cd ${S}
- gnuconfig_update
-}
-
src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS ChangeLog NEWS README THANKS TODO