diff options
author | 2013-10-30 07:58:18 +0000 | |
---|---|---|
committer | 2013-10-30 07:58:18 +0000 | |
commit | 07e5ccccd30f0773c6929225e313019b151d04f5 (patch) | |
tree | 064d8d7b7ae88ffc2c202929962a86fedf9507c1 /net-libs | |
parent | Add ruby20 target. (diff) | |
download | gentoo-2-07e5ccccd30f0773c6929225e313019b151d04f5.tar.gz gentoo-2-07e5ccccd30f0773c6929225e313019b151d04f5.tar.bz2 gentoo-2-07e5ccccd30f0773c6929225e313019b151d04f5.zip |
Drop old revision
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libcapsinetwork/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libcapsinetwork/libcapsinetwork-0.3.0.ebuild | 34 |
2 files changed, 5 insertions, 35 deletions
diff --git a/net-libs/libcapsinetwork/ChangeLog b/net-libs/libcapsinetwork/ChangeLog index 932a2f6c749c..002133904fa8 100644 --- a/net-libs/libcapsinetwork/ChangeLog +++ b/net-libs/libcapsinetwork/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libcapsinetwork # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libcapsinetwork/ChangeLog,v 1.19 2013/10/29 15:03:33 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libcapsinetwork/ChangeLog,v 1.20 2013/10/30 07:58:18 pinkbyte Exp $ + + 30 Oct 2013; Sergey Popov <pinkbyte@gentoo.org> + -libcapsinetwork-0.3.0.ebuild: + Drop old revision 29 Oct 2013; Mikle Kolyada <zlogene@gentoo.org> libcapsinetwork-0.3.0-r1.ebuild: diff --git a/net-libs/libcapsinetwork/libcapsinetwork-0.3.0.ebuild b/net-libs/libcapsinetwork/libcapsinetwork-0.3.0.ebuild deleted file mode 100644 index efe201f369c4..000000000000 --- a/net-libs/libcapsinetwork/libcapsinetwork-0.3.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libcapsinetwork/libcapsinetwork-0.3.0.ebuild,v 1.2 2008/05/04 09:57:41 drac Exp $ - -inherit autotools eutils flag-o-matic - -DESCRIPTION="C++ network library to allow fast development of server daemon processes" -HOMEPAGE="http://unixcode.org/libcapsinetwork" -SRC_URI="http://unixcode.org/downloads/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ppc sparc x86" -IUSE="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-gcc43.patch \ - "${FILESDIR}"/${P}-parallel.patch \ - "${FILESDIR}"/${P}-64bit.patch - eautoreconf -} - -src_compile() { - filter-flags -fomit-frame-pointer - econf - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog NEWS README TODO -} |