summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-02-11 10:19:47 +0000
committerJustin Lecher <jlec@gentoo.org>2015-02-11 10:19:47 +0000
commit76710db8d2720c8741531f97d8e5e4b17f095829 (patch)
treeeb9c4ee2af67f846427132803f7e0991d7230c90 /net-libs
parentFixing config generation with broken sed command, fixing bug #539598 (diff)
downloadgentoo-2-76710db8d2720c8741531f97d8e5e4b17f095829.tar.gz
gentoo-2-76710db8d2720c8741531f97d8e5e4b17f095829.tar.bz2
gentoo-2-76710db8d2720c8741531f97d8e5e4b17f095829.zip
Drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/cppzmq/ChangeLog7
-rw-r--r--net-libs/cppzmq/cppzmq-0_pre130717.ebuild22
2 files changed, 5 insertions, 24 deletions
diff --git a/net-libs/cppzmq/ChangeLog b/net-libs/cppzmq/ChangeLog
index 8a4fdb741977..09bbae6bcaf9 100644
--- a/net-libs/cppzmq/ChangeLog
+++ b/net-libs/cppzmq/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/cppzmq
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/cppzmq/ChangeLog,v 1.4 2014/08/30 18:34:00 zerochaos Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/cppzmq/ChangeLog,v 1.5 2015/02/11 10:19:47 jlec Exp $
+
+ 11 Feb 2015; Justin Lecher <jlec@gentoo.org> -cppzmq-0_pre130717.ebuild:
+ Drop old
30 Aug 2014; Rick Farina <zerochaos@gentoo.org> cppzmq-0_pre130717-r1.ebuild,
cppzmq-0_pre130717.ebuild:
diff --git a/net-libs/cppzmq/cppzmq-0_pre130717.ebuild b/net-libs/cppzmq/cppzmq-0_pre130717.ebuild
deleted file mode 100644
index 50ddc34634c5..000000000000
--- a/net-libs/cppzmq/cppzmq-0_pre130717.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/cppzmq/cppzmq-0_pre130717.ebuild,v 1.4 2014/08/30 18:34:00 zerochaos Exp $
-
-EAPI=5
-
-DESCRIPTION="CPPZMQ - High-level CPP Binding for ZeroMQ"
-HOMEPAGE="https://github.com/zeromq/cppzmq"
-SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=net-libs/zeromq-3"
-DEPEND=""
-
-src_install() {
- doheader zmq.hpp
- dodoc README
-}