From 03bf567ae7f949e3ef63bbb5c549d16c029ec516 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Tue, 27 Mar 2012 15:28:42 +0000 Subject: Version bump alpha and remove older (Portage version: 2.1.10.49/cvs/Linux x86_64) --- net-misc/vidalia/ChangeLog | 8 +++++- net-misc/vidalia/vidalia-0.3.0_alpha.ebuild | 42 ----------------------------- net-misc/vidalia/vidalia-0.3.1.ebuild | 37 +++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 43 deletions(-) delete mode 100644 net-misc/vidalia/vidalia-0.3.0_alpha.ebuild create mode 100644 net-misc/vidalia/vidalia-0.3.1.ebuild (limited to 'net-misc/vidalia') diff --git a/net-misc/vidalia/ChangeLog b/net-misc/vidalia/ChangeLog index 06ee502d3e5e..2becc3187347 100644 --- a/net-misc/vidalia/ChangeLog +++ b/net-misc/vidalia/ChangeLog @@ -1,6 +1,12 @@ # 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.30 2012/03/17 18:08:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v 1.31 2012/03/27 15:28:42 blueness Exp $ + +*vidalia-0.3.1 (27 Mar 2012) + + 27 Mar 2012; Anthony G. Basile + -vidalia-0.3.0_alpha.ebuild, +vidalia-0.3.1.ebuild: + Version bump alpha and remove older. Note: all 0.3.x will be alphas. 17 Mar 2012; Raúl Porcel vidalia-0.2.12.ebuild, vidalia-0.2.15.ebuild, vidalia-0.2.17.ebuild, vidalia-0.3.0_alpha.ebuild: diff --git a/net-misc/vidalia/vidalia-0.3.0_alpha.ebuild b/net-misc/vidalia/vidalia-0.3.0_alpha.ebuild deleted file mode 100644 index a6b42faaefca..000000000000 --- a/net-misc/vidalia/vidalia-0.3.0_alpha.ebuild +++ /dev/null @@ -1,42 +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.3.0_alpha.ebuild,v 1.2 2012/03/17 18:08:51 armin76 Exp $ - -EAPI=4 - -inherit eutils versionator qt4-r2 cmake-utils -# cmake-utils needs to be last, so we get its src_compile() - -MY_PV="$(replace_version_separator 3 -)" -MY_PF="${PN}-${MY_PV}" -S="${WORKDIR}/${MY_PF}" -S="${S%-alpha}" - -DESCRIPTION="Qt 4 front-end for Tor" -HOMEPAGE="https://www.torproject.org/projects/vidalia.html.en" -SRC_URI="https://www.torproject.org/dist/${PN}/${MY_PF}.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.3.1.ebuild b/net-misc/vidalia/vidalia-0.3.1.ebuild new file mode 100644 index 000000000000..acd673f0846f --- /dev/null +++ b/net-misc/vidalia/vidalia-0.3.1.ebuild @@ -0,0 +1,37 @@ +# 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.3.1.ebuild,v 1.1 2012/03/27 15:28:42 blueness Exp $ + +EAPI="4" + +# cmake-utils needs to be last, so we get its src_compile() +inherit eutils qt4-r2 cmake-utils + +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 +} -- cgit v1.2.3-65-gdbad