diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 07:41:26 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 07:41:26 +0000 |
commit | 8c6ef85bf666445f20172be46c9ad8ab708204ba (patch) | |
tree | 5c878ba0fd69ca185da67da13670e23ab77cdc51 /dev-libs/libunicode | |
parent | Remove gnuconfig_update usage, leave it to econf. (diff) | |
download | historical-8c6ef85bf666445f20172be46c9ad8ab708204ba.tar.gz historical-8c6ef85bf666445f20172be46c9ad8ab708204ba.tar.bz2 historical-8c6ef85bf666445f20172be46c9ad8ab708204ba.zip |
Remove gnuconfig_update usage, leave it to econf.
Package-Manager: portage-2.1.2_rc4-r5
Diffstat (limited to 'dev-libs/libunicode')
-rw-r--r-- | dev-libs/libunicode/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libunicode/libunicode-0.4-r1.ebuild | 12 |
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 |