summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-07-29 18:00:49 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-07-29 18:00:49 +0000
commit58d723f957cad157916a177afc0df54d81766df1 (patch)
tree70abbb7dd6e47a4bb7911e50fe6fb4ba5cc15b46 /dev-libs
parentDrop old (diff)
downloadgentoo-2-58d723f957cad157916a177afc0df54d81766df1.tar.gz
gentoo-2-58d723f957cad157916a177afc0df54d81766df1.tar.bz2
gentoo-2-58d723f957cad157916a177afc0df54d81766df1.zip
Drop old revision
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libbrahe/ChangeLog5
-rw-r--r--dev-libs/libbrahe/libbrahe-1.1.0.ebuild29
2 files changed, 4 insertions, 30 deletions
diff --git a/dev-libs/libbrahe/ChangeLog b/dev-libs/libbrahe/ChangeLog
index fd28a4e2c857..2a327c7d0c50 100644
--- a/dev-libs/libbrahe/ChangeLog
+++ b/dev-libs/libbrahe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libbrahe
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbrahe/ChangeLog,v 1.8 2013/07/27 22:08:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbrahe/ChangeLog,v 1.9 2013/07/29 18:00:49 pinkbyte Exp $
+
+ 29 Jul 2013; Sergey Popov <pinkbyte@gentoo.org> -libbrahe-1.1.0.ebuild:
+ Drop old revision
27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libbrahe-1.1.0-r1.ebuild:
Stable for x86, wrt bug #477206
diff --git a/dev-libs/libbrahe/libbrahe-1.1.0.ebuild b/dev-libs/libbrahe/libbrahe-1.1.0.ebuild
deleted file mode 100644
index 46255ba1d9d8..000000000000
--- a/dev-libs/libbrahe/libbrahe-1.1.0.ebuild
+++ /dev/null
@@ -1,29 +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/libbrahe/libbrahe-1.1.0.ebuild,v 1.3 2009/02/26 14:50:42 josejx Exp $
-
-inherit autotools eutils
-
-DESCRIPTION="A Heterogenous C Library of Numeric Functions"
-HOMEPAGE="http://www.coyotegulch.com/products/brahe/"
-SRC_URI="http://www.coyotegulch.com/distfiles/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${PV}-missing_libs.patch"
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS
-}