summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2013-04-09 08:32:30 +0000
committerChristoph Mende <angelos@gentoo.org>2013-04-09 08:32:30 +0000
commit090057edbc1eda5bc33f79a2cbab980c93b1bf56 (patch)
treef5104c97b2b0daaf94183439aa6f7c91e3c77383 /dev-cpp
parentStable on amd64, wrt bug #459722 (diff)
downloadgentoo-2-090057edbc1eda5bc33f79a2cbab980c93b1bf56.tar.gz
gentoo-2-090057edbc1eda5bc33f79a2cbab980c93b1bf56.tar.bz2
gentoo-2-090057edbc1eda5bc33f79a2cbab980c93b1bf56.zip
Remove old
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/libassa/ChangeLog7
-rw-r--r--dev-cpp/libassa/libassa-3.5.1.ebuild36
2 files changed, 5 insertions, 38 deletions
diff --git a/dev-cpp/libassa/ChangeLog b/dev-cpp/libassa/ChangeLog
index 5a2215031e28..00905853075c 100644
--- a/dev-cpp/libassa/ChangeLog
+++ b/dev-cpp/libassa/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/libassa
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libassa/ChangeLog,v 1.20 2012/10/17 03:03:34 phajdan.jr Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libassa/ChangeLog,v 1.21 2013/04/09 08:32:29 angelos Exp $
+
+ 09 Apr 2013; Christoph Mende <angelos@gentoo.org> -libassa-3.5.1.ebuild:
+ Remove old
17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libassa-3.5.1-r1.ebuild:
x86 stable wrt bug #433203
diff --git a/dev-cpp/libassa/libassa-3.5.1.ebuild b/dev-cpp/libassa/libassa-3.5.1.ebuild
deleted file mode 100644
index ef3af8f015ad..000000000000
--- a/dev-cpp/libassa/libassa-3.5.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libassa/libassa-3.5.1.ebuild,v 1.4 2012/05/27 07:29:17 angelos Exp $
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="A networking library based on Adaptive Communication Patterns"
-HOMEPAGE="http://libassa.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc static-libs"
-
-RDEPEND="net-libs/libtirpc"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-3.5.0-fix-tests.patch
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_enable doc doxygen)
-}
-
-src_install() {
- default
- find "${ED}" -name "*.la" -exec rm -rf {} + || die "failed to delete .la files"
-}