summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2013-08-20 17:09:03 +0000
committerDirkjan Ochtman <djc@gentoo.org>2013-08-20 17:09:03 +0000
commit8f37d6c71dc3c74df03f6e25b92510856f1472fc (patch)
tree32ba6b5ed1365255e9f2244f0481525ddeaa7744 /dev-libs/nanomsg
parentfix dependencies (diff)
downloadgentoo-2-8f37d6c71dc3c74df03f6e25b92510856f1472fc.tar.gz
gentoo-2-8f37d6c71dc3c74df03f6e25b92510856f1472fc.tar.bz2
gentoo-2-8f37d6c71dc3c74df03f6e25b92510856f1472fc.zip
Remove old snapshot, which has stupid versioning.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 6B065BFB)
Diffstat (limited to 'dev-libs/nanomsg')
-rw-r--r--dev-libs/nanomsg/ChangeLog5
-rw-r--r--dev-libs/nanomsg/nanomsg-20121207.ebuild23
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-libs/nanomsg/ChangeLog b/dev-libs/nanomsg/ChangeLog
index 158396283f2e..9daf3874278e 100644
--- a/dev-libs/nanomsg/ChangeLog
+++ b/dev-libs/nanomsg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/nanomsg
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nanomsg/ChangeLog,v 1.3 2013/08/20 08:56:16 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nanomsg/ChangeLog,v 1.4 2013/08/20 17:09:03 djc Exp $
+
+ 20 Aug 2013; Dirkjan Ochtman <djc@gentoo.org> -nanomsg-20121207.ebuild:
+ Remove old snapshot, which has stupid versioning.
*nanomsg-0.1 (20 Aug 2013)
diff --git a/dev-libs/nanomsg/nanomsg-20121207.ebuild b/dev-libs/nanomsg/nanomsg-20121207.ebuild
deleted file mode 100644
index 04efc88b03ee..000000000000
--- a/dev-libs/nanomsg/nanomsg-20121207.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nanomsg/nanomsg-20121207.ebuild,v 1.2 2013/01/15 03:05:27 patrick Exp $
-
-EAPI=4
-
-RESTRICT="test" # funky failures
-
-DESCRIPTION="High-performance messaging interface for distributed applications"
-HOMEPAGE="https://github.com/250bpm/nanomsg"
-SRC_URI="http://dev.gentooexperimental.org/~dreeevil/${P}.zip"
-
-inherit eutils cmake-utils
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-master"