summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-12 14:50:24 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-12 14:50:24 +0000
commiteb92474486d8efc6932f5e9c3d30cae38ecfd9d7 (patch)
treee83e86aa10b30570a12820b163d2cbe761971355 /dev-libs
parentRestrict Jython ABIs. (diff)
downloadgentoo-2-eb92474486d8efc6932f5e9c3d30cae38ecfd9d7.tar.gz
gentoo-2-eb92474486d8efc6932f5e9c3d30cae38ecfd9d7.tar.bz2
gentoo-2-eb92474486d8efc6932f5e9c3d30cae38ecfd9d7.zip
Delete older ebuild.
(Portage version: 2.2.0_alpha23_p1/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/ustr/ChangeLog6
-rw-r--r--dev-libs/ustr/ustr-1.0.4.ebuild23
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-libs/ustr/ChangeLog b/dev-libs/ustr/ChangeLog
index ec60e8a3bff4..3b17c3eba002 100644
--- a/dev-libs/ustr/ChangeLog
+++ b/dev-libs/ustr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/ustr
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v 1.6 2011/02/12 09:51:09 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v 1.7 2011/02/12 14:50:24 arfrever Exp $
+
+ 12 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -ustr-1.0.4.ebuild:
+ Delete.
12 Feb 2011; Markos Chandras <hwoarang@gentoo.org> ustr-1.0.4-r1.ebuild:
Stable on amd64 wrt bug #353781
diff --git a/dev-libs/ustr/ustr-1.0.4.ebuild b/dev-libs/ustr/ustr-1.0.4.ebuild
deleted file mode 100644
index 995109005df3..000000000000
--- a/dev-libs/ustr/ustr-1.0.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ustr-1.0.4.ebuild,v 1.2 2009/07/22 13:24:12 pebenito Exp $
-
-inherit eutils
-
-DESCRIPTION="Low-overhead managed string library for C"
-HOMEPAGE="http://www.and.org/ustr"
-SRC_URI="ftp://ftp.and.org/pub/james/ustr/${PV}/${P}.tar.bz2"
-
-LICENSE="|| ( BSD-2 MIT LGPL-2 )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-src_compile() {
- make all all-shared
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc ChangeLog README README-DEVELOPERS AUTHORS NEWS TODO
-}