summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-01-23 00:53:22 +0000
committerTim Harder <radhermit@gentoo.org>2014-01-23 00:53:22 +0000
commit777d9ee481bdd614ee3e0b5308a2e81048931214 (patch)
tree17af5f1104fe952da34ff7a0dfcece51bc016e6a /www-client
parentVersion bump. (diff)
downloadgentoo-2-777d9ee481bdd614ee3e0b5308a2e81048931214.tar.gz
gentoo-2-777d9ee481bdd614ee3e0b5308a2e81048931214.tar.bz2
gentoo-2-777d9ee481bdd614ee3e0b5308a2e81048931214.zip
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/vimprobable2/ChangeLog7
-rw-r--r--www-client/vimprobable2/vimprobable2-1.1.0.ebuild35
-rw-r--r--www-client/vimprobable2/vimprobable2-1.2.0.ebuild35
-rw-r--r--www-client/vimprobable2/vimprobable2-1.2.1.ebuild35
-rw-r--r--www-client/vimprobable2/vimprobable2-1.3.0.ebuild35
5 files changed, 6 insertions, 141 deletions
diff --git a/www-client/vimprobable2/ChangeLog b/www-client/vimprobable2/ChangeLog
index bbf551936b26..730017cc806e 100644
--- a/www-client/vimprobable2/ChangeLog
+++ b/www-client/vimprobable2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for www-client/vimprobable2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/vimprobable2/ChangeLog,v 1.7 2014/01/23 00:52:34 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/vimprobable2/ChangeLog,v 1.8 2014/01/23 00:53:22 radhermit Exp $
+
+ 23 Jan 2014; Tim Harder <radhermit@gentoo.org> -vimprobable2-1.1.0.ebuild,
+ -vimprobable2-1.2.0.ebuild, -vimprobable2-1.2.1.ebuild,
+ -vimprobable2-1.3.0.ebuild:
+ Remove old.
*vimprobable2-1.4.2 (23 Jan 2014)
diff --git a/www-client/vimprobable2/vimprobable2-1.1.0.ebuild b/www-client/vimprobable2/vimprobable2-1.1.0.ebuild
deleted file mode 100644
index 00bc80f9ae3d..000000000000
--- a/www-client/vimprobable2/vimprobable2-1.1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/vimprobable2/vimprobable2-1.1.0.ebuild,v 1.1 2012/08/21 18:59:50 radhermit Exp $
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="A minimal web browser that behaves like the Vimperator plugin for Firefox"
-HOMEPAGE="http://www.vimprobable.org/"
-SRC_URI="mirror://sourceforge/vimprobable/${PN}_${PV}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="net-libs/libsoup:2.4
- net-libs/webkit-gtk:2
- x11-libs/gtk+:2
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- dev-lang/perl
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- tc-export CC
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1 vimprobablerc.5
-}
diff --git a/www-client/vimprobable2/vimprobable2-1.2.0.ebuild b/www-client/vimprobable2/vimprobable2-1.2.0.ebuild
deleted file mode 100644
index 04ee16851767..000000000000
--- a/www-client/vimprobable2/vimprobable2-1.2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/vimprobable2/vimprobable2-1.2.0.ebuild,v 1.1 2012/10/15 04:33:46 radhermit Exp $
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="A minimal web browser that behaves like the Vimperator plugin for Firefox"
-HOMEPAGE="http://www.vimprobable.org/"
-SRC_URI="mirror://sourceforge/vimprobable/${PN}_${PV}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="net-libs/libsoup:2.4
- net-libs/webkit-gtk:2
- x11-libs/gtk+:2
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- dev-lang/perl
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- tc-export CC
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1 vimprobablerc.5
-}
diff --git a/www-client/vimprobable2/vimprobable2-1.2.1.ebuild b/www-client/vimprobable2/vimprobable2-1.2.1.ebuild
deleted file mode 100644
index b8e3e7e0a9f5..000000000000
--- a/www-client/vimprobable2/vimprobable2-1.2.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/vimprobable2/vimprobable2-1.2.1.ebuild,v 1.1 2013/02/16 05:17:23 radhermit Exp $
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="A minimal web browser that behaves like the Vimperator plugin for Firefox"
-HOMEPAGE="http://www.vimprobable.org/"
-SRC_URI="mirror://sourceforge/vimprobable/${PN}_${PV}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="net-libs/libsoup:2.4
- net-libs/webkit-gtk:2
- x11-libs/gtk+:2
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- dev-lang/perl
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- tc-export CC
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1 vimprobablerc.5
-}
diff --git a/www-client/vimprobable2/vimprobable2-1.3.0.ebuild b/www-client/vimprobable2/vimprobable2-1.3.0.ebuild
deleted file mode 100644
index ea1c6ae1cf23..000000000000
--- a/www-client/vimprobable2/vimprobable2-1.3.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/vimprobable2/vimprobable2-1.3.0.ebuild,v 1.1 2013/05/26 09:53:29 radhermit Exp $
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="A minimal web browser that behaves like the Vimperator plugin for Firefox"
-HOMEPAGE="http://www.vimprobable.org/"
-SRC_URI="mirror://sourceforge/vimprobable/${PN}_${PV}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="net-libs/libsoup:2.4
- net-libs/webkit-gtk:2
- x11-libs/gtk+:2
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- dev-lang/perl
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- tc-export CC
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1 vimprobablerc.5
-}