diff options
author | Yixun Lan <dlan@gentoo.org> | 2014-07-02 07:23:20 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2014-07-02 07:23:20 +0000 |
commit | 061f404eca67f58797afd5c46e710e2db9b47825 (patch) | |
tree | 9013cdc55fff7cf25430669c00cc8ba539f02733 /dev-libs/uthash | |
parent | Get rid of the abi_x86_32 USE flag, it is redundant. Remove REQUIRED_USE. (diff) | |
download | gentoo-2-061f404eca67f58797afd5c46e710e2db9b47825.tar.gz gentoo-2-061f404eca67f58797afd5c46e710e2db9b47825.tar.bz2 gentoo-2-061f404eca67f58797afd5c46e710e2db9b47825.zip |
cleanup, confirmed by Johan Bergström
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'dev-libs/uthash')
-rw-r--r-- | dev-libs/uthash/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/uthash/uthash-1.9.4.ebuild | 30 | ||||
-rw-r--r-- | dev-libs/uthash/uthash-1.9.5.ebuild | 30 | ||||
-rw-r--r-- | dev-libs/uthash/uthash-1.9.6.ebuild | 30 |
4 files changed, 5 insertions, 91 deletions
diff --git a/dev-libs/uthash/ChangeLog b/dev-libs/uthash/ChangeLog index 072feab2debc..e6e602269b34 100644 --- a/dev-libs/uthash/ChangeLog +++ b/dev-libs/uthash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/uthash # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.12 2014/07/02 05:51:34 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.13 2014/07/02 07:23:20 dlan Exp $ + + 02 Jul 2014; Yixun Lan <dlan@gentoo.org> -uthash-1.9.4.ebuild, + -uthash-1.9.5.ebuild, -uthash-1.9.6.ebuild: + cleanup, confirmed by Johan Bergström *uthash-1.9.9 (02 Jul 2014) diff --git a/dev-libs/uthash/uthash-1.9.4.ebuild b/dev-libs/uthash/uthash-1.9.4.ebuild deleted file mode 100644 index 82ff317923a1..000000000000 --- a/dev-libs/uthash/uthash-1.9.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.4.ebuild,v 1.1 2011/11/14 18:54:00 hwoarang Exp $ - -inherit toolchain-funcs - -DESCRIPTION="An easy-to-use hash implementation for C programmers" -HOMEPAGE="http://uthash.sourceforge.net" -SRC_URI="mirror://sourceforge/uthash/${P}.tar.bz2" - -LICENSE="BSD-1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="test" - -DEPEND="test? ( dev-lang/perl )" -RDEPEND="" - -src_test() { - cd tests - sed -i "/CFLAGS/s/-O3/${CFLAGS}/" Makefile || die "sed cflags failed" - emake CC="$(tc-getCC)" || die "emake failed" -} - -src_install() { - insinto /usr/include - doins src/*.h || die "doins failed" - - dodoc doc/txt/{ChangeLog,userguide,ut*}.txt || die "dodoc failed" -} diff --git a/dev-libs/uthash/uthash-1.9.5.ebuild b/dev-libs/uthash/uthash-1.9.5.ebuild deleted file mode 100644 index 9af9482a914a..000000000000 --- a/dev-libs/uthash/uthash-1.9.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.5.ebuild,v 1.1 2011/11/26 16:32:08 hwoarang Exp $ - -inherit toolchain-funcs - -DESCRIPTION="An easy-to-use hash implementation for C programmers" -HOMEPAGE="http://uthash.sourceforge.net" -SRC_URI="mirror://sourceforge/uthash/${P}.tar.bz2" - -LICENSE="BSD-1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="test" - -DEPEND="test? ( dev-lang/perl )" -RDEPEND="" - -src_test() { - cd tests - sed -i "/CFLAGS/s/-O3/${CFLAGS}/" Makefile || die "sed cflags failed" - emake CC="$(tc-getCC)" || die "emake failed" -} - -src_install() { - insinto /usr/include - doins src/*.h || die "doins failed" - - dodoc doc/txt/{ChangeLog,userguide,ut*}.txt || die "dodoc failed" -} diff --git a/dev-libs/uthash/uthash-1.9.6.ebuild b/dev-libs/uthash/uthash-1.9.6.ebuild deleted file mode 100644 index f6a1e62a6e06..000000000000 --- a/dev-libs/uthash/uthash-1.9.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.6.ebuild,v 1.1 2012/05/05 08:33:03 hwoarang Exp $ - -inherit toolchain-funcs - -DESCRIPTION="An easy-to-use hash implementation for C programmers" -HOMEPAGE="http://uthash.sourceforge.net" -SRC_URI="mirror://sourceforge/uthash/${P}.tar.bz2" - -LICENSE="BSD-1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="test" - -DEPEND="test? ( dev-lang/perl )" -RDEPEND="" - -src_test() { - cd tests - sed -i "/CFLAGS/s/-O3/${CFLAGS}/" Makefile || die "sed cflags failed" - emake CC="$(tc-getCC)" || die "emake failed" -} - -src_install() { - insinto /usr/include - doins src/*.h || die "doins failed" - - dodoc doc/txt/{ChangeLog,userguide,ut*}.txt || die "dodoc failed" -} |