summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-12-26 08:40:36 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-12-26 08:40:36 +0000
commitf5508e691a0687415f82aa1d1410c8460735a9b5 (patch)
tree3974d3cc886030639a7450510c8f73750e731e5b
parentadd bordering required for unittest2, rm old (diff)
downloadgentoo-2-f5508e691a0687415f82aa1d1410c8460735a9b5.tar.gz
gentoo-2-f5508e691a0687415f82aa1d1410c8460735a9b5.tar.bz2
gentoo-2-f5508e691a0687415f82aa1d1410c8460735a9b5.zip
Remove old, stable for x86 to match old keywords
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r--net-libs/vanessa-socket/ChangeLog7
-rw-r--r--net-libs/vanessa-socket/vanessa-socket-0.0.10.ebuild30
-rw-r--r--net-libs/vanessa-socket/vanessa-socket-0.0.12.ebuild4
-rw-r--r--net-libs/vanessa-socket/vanessa-socket-0.0.5_beta4.ebuild21
-rw-r--r--net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild30
5 files changed, 8 insertions, 84 deletions
diff --git a/net-libs/vanessa-socket/ChangeLog b/net-libs/vanessa-socket/ChangeLog
index 1c93fc7729ba..59f22885a170 100644
--- a/net-libs/vanessa-socket/ChangeLog
+++ b/net-libs/vanessa-socket/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/vanessa-socket
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/ChangeLog,v 1.20 2014/08/10 20:50:35 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/ChangeLog,v 1.21 2014/12/26 08:40:36 patrick Exp $
+
+ 26 Dec 2014; Patrick Lauer <patrick@gentoo.org> -vanessa-socket-0.0.10.ebuild,
+ -vanessa-socket-0.0.5_beta4.ebuild, -vanessa-socket-0.0.7.ebuild,
+ vanessa-socket-0.0.12.ebuild:
+ Remove old, stable for x86 to match old keywords
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
vanessa-socket-0.0.10.ebuild, vanessa-socket-0.0.12.ebuild,
diff --git a/net-libs/vanessa-socket/vanessa-socket-0.0.10.ebuild b/net-libs/vanessa-socket/vanessa-socket-0.0.10.ebuild
deleted file mode 100644
index 0ba31a3fac23..000000000000
--- a/net-libs/vanessa-socket/vanessa-socket-0.0.10.ebuild
+++ /dev/null
@@ -1,30 +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/vanessa-socket/vanessa-socket-0.0.10.ebuild,v 1.2 2014/08/10 20:50:35 slyfox Exp $
-
-inherit eutils
-
-MY_PN="${PN/-/_}"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Simplifies TCP/IP socket operations"
-HOMEPAGE="http://www.vergenet.net/linux/vanessa/"
-SRC_URI="http://www.vergenet.net/linux/vanessa/download/${MY_PN}/${PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/vanessa-logger-0.0.6"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- econf || die "error configure"
- emake || die "error compiling"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "error installing"
- dodoc README NEWS AUTHORS TODO
-}
diff --git a/net-libs/vanessa-socket/vanessa-socket-0.0.12.ebuild b/net-libs/vanessa-socket/vanessa-socket-0.0.12.ebuild
index dcf87f4bcd37..5a76b2381a20 100644
--- a/net-libs/vanessa-socket/vanessa-socket-0.0.12.ebuild
+++ b/net-libs/vanessa-socket/vanessa-socket-0.0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/vanessa-socket-0.0.12.ebuild,v 1.2 2014/08/10 20:50:35 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/vanessa-socket-0.0.12.ebuild,v 1.3 2014/12/26 08:40:36 patrick Exp $
inherit eutils
@@ -12,7 +12,7 @@ SRC_URI="http://www.vergenet.net/linux/vanessa/download/${MY_PN}/${PV}/${MY_P}.t
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE=""
DEPEND=">=dev-libs/vanessa-logger-0.0.6"
diff --git a/net-libs/vanessa-socket/vanessa-socket-0.0.5_beta4.ebuild b/net-libs/vanessa-socket/vanessa-socket-0.0.5_beta4.ebuild
deleted file mode 100644
index 5b0fac8e63ba..000000000000
--- a/net-libs/vanessa-socket/vanessa-socket-0.0.5_beta4.ebuild
+++ /dev/null
@@ -1,21 +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/vanessa-socket/vanessa-socket-0.0.5_beta4.ebuild,v 1.6 2014/08/10 20:50:35 slyfox Exp $
-
-DESCRIPTION="Simplifies TCP/IP socket operations"
-HOMEPAGE="http://www.vergenet.net/linux/vanessa/"
-SRC_URI="http://www.vergenet.net/linux/perdition/download/BETA/1.11beta5/vanessa_socket-0.0.5beta4.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND=">=dev-libs/vanessa-logger-0.0.4_beta2"
-
-S=${WORKDIR}/vanessa_socket-0.0.5beta4
-
-src_install() {
- einstall || die
- dodoc README NEWS AUTHORS TODO
-}
diff --git a/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild b/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild
deleted file mode 100644
index c1f5463613d3..000000000000
--- a/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild
+++ /dev/null
@@ -1,30 +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/vanessa-socket/vanessa-socket-0.0.7.ebuild,v 1.9 2014/08/10 20:50:35 slyfox Exp $
-
-inherit eutils
-
-MY_PN="${PN/-/_}"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Simplifies TCP/IP socket operations"
-HOMEPAGE="http://www.vergenet.net/linux/vanessa/"
-SRC_URI="http://www.vergenet.net/linux/vanessa/download/${MY_PN}/${PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-DEPEND=">=dev-libs/vanessa-logger-0.0.6"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- econf || die "error configure"
- emake || die "error compiling"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "error installing"
- dodoc README NEWS AUTHORS TODO
-}