summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-08-09 12:55:21 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-08-09 12:55:21 +0000
commitacaade8129957ce13708c0ffc5a60c403d78a6e4 (patch)
tree8d55509c0b9bae1ae608cd6e19b3ded44c0b5e2e
parentFix to compile with gcc-4.7.1, bug #422645, thanks Jason A. Donenfeld (diff)
downloadgentoo-2-acaade8129957ce13708c0ffc5a60c403d78a6e4.tar.gz
gentoo-2-acaade8129957ce13708c0ffc5a60c403d78a6e4.tar.bz2
gentoo-2-acaade8129957ce13708c0ffc5a60c403d78a6e4.zip
Remove older unstable versions
(Portage version: 2.1.10.65/cvs/Linux x86_64)
-rw-r--r--net-misc/vidalia/ChangeLog6
-rw-r--r--net-misc/vidalia/vidalia-0.2.18.ebuild37
-rw-r--r--net-misc/vidalia/vidalia-0.2.19.ebuild37
3 files changed, 5 insertions, 75 deletions
diff --git a/net-misc/vidalia/ChangeLog b/net-misc/vidalia/ChangeLog
index 05a468346f62..83af90e6a924 100644
--- a/net-misc/vidalia/ChangeLog
+++ b/net-misc/vidalia/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/vidalia
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v 1.36 2012/08/09 12:53:06 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v 1.37 2012/08/09 12:55:21 blueness Exp $
+
+ 09 Aug 2012; Anthony G. Basile <blueness@gentoo.org> -vidalia-0.2.18.ebuild,
+ -vidalia-0.2.19.ebuild:
+ Remove older unstable versions
09 Aug 2012; Anthony G. Basile <blueness@gentoo.org> vidalia-0.3.1.ebuild,
+files/vidalia-0.3.1-gcc-4.7.patch:
diff --git a/net-misc/vidalia/vidalia-0.2.18.ebuild b/net-misc/vidalia/vidalia-0.2.18.ebuild
deleted file mode 100644
index b6fa157f9c5e..000000000000
--- a/net-misc/vidalia/vidalia-0.2.18.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/vidalia-0.2.18.ebuild,v 1.1 2012/05/18 11:11:44 blueness Exp $
-
-EAPI="4"
-
-inherit eutils qt4-r2 cmake-utils
-# cmake-utils needs to be last, so we get its src_compile()
-
-DESCRIPTION="Qt 4 front-end for Tor"
-HOMEPAGE="https://www.torproject.org/projects/vidalia.html.en"
-SRC_URI="https://www.torproject.org/dist/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( GPL-3 GPL-2 ) openssl"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug +tor"
-
-DEPEND="x11-libs/qt-gui:4[debug?]"
-RDEPEND="${DEPEND}
- tor? ( net-misc/tor )"
-
-DOCS="CHANGELOG CREDITS README"
-
-pkg_postinst() {
- ewarn
- if use tor; then
- ewarn "To have vidalia starting tor, you probably have to copy"
- ewarn "/etc/tor/torrc.sample to the users ~/.tor/torrc and comment"
- ewarn "the settings there and change the socks. Also, in vidalia"
- ewarn "change the default user under which tor will run."
- else
- ewarn "You have disabled tor USE flag, which means you need to "
- ewarn "configure tor on a different host."
- fi
- ewarn
-}
diff --git a/net-misc/vidalia/vidalia-0.2.19.ebuild b/net-misc/vidalia/vidalia-0.2.19.ebuild
deleted file mode 100644
index 5184a9f5eb38..000000000000
--- a/net-misc/vidalia/vidalia-0.2.19.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/vidalia-0.2.19.ebuild,v 1.1 2012/06/07 10:03:34 blueness Exp $
-
-EAPI="4"
-
-inherit eutils qt4-r2 cmake-utils
-# cmake-utils needs to be last, so we get its src_compile()
-
-DESCRIPTION="Qt 4 front-end for Tor"
-HOMEPAGE="https://www.torproject.org/projects/vidalia.html.en"
-SRC_URI="https://www.torproject.org/dist/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( GPL-3 GPL-2 ) openssl"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug +tor"
-
-DEPEND="x11-libs/qt-gui:4[debug?]"
-RDEPEND="${DEPEND}
- tor? ( net-misc/tor )"
-
-DOCS="CHANGELOG CREDITS README"
-
-pkg_postinst() {
- ewarn
- if use tor; then
- ewarn "To have vidalia starting tor, you probably have to copy"
- ewarn "/etc/tor/torrc.sample to the users ~/.tor/torrc and comment"
- ewarn "the settings there and change the socks. Also, in vidalia"
- ewarn "change the default user under which tor will run."
- else
- ewarn "You have disabled tor USE flag, which means you need to "
- ewarn "configure tor on a different host."
- fi
- ewarn
-}