diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-10-31 14:10:06 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-10-31 14:10:06 +0000 |
commit | 3764c61cfcb0aa3ecec979789fd3ec7998cd03c6 (patch) | |
tree | 1a7c018b42754b982fac87f3ed6dba7e418dad9d /net-misc/vidalia | |
parent | Marking neon-0.29.0 ppc64 for bug 289419 (diff) | |
download | historical-3764c61cfcb0aa3ecec979789fd3ec7998cd03c6.tar.gz historical-3764c61cfcb0aa3ecec979789fd3ec7998cd03c6.tar.bz2 historical-3764c61cfcb0aa3ecec979789fd3ec7998cd03c6.zip |
Cleaning out old versions, adding upstream development release, bug #276483
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'net-misc/vidalia')
-rw-r--r-- | net-misc/vidalia/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/vidalia/vidalia-0.1.7.ebuild | 31 | ||||
-rw-r--r-- | net-misc/vidalia/vidalia-0.2.5.ebuild (renamed from net-misc/vidalia/vidalia-0.1.12.ebuild) | 11 |
3 files changed, 15 insertions, 36 deletions
diff --git a/net-misc/vidalia/ChangeLog b/net-misc/vidalia/ChangeLog index 5607712fd555..b174b3126921 100644 --- a/net-misc/vidalia/ChangeLog +++ b/net-misc/vidalia/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-misc/vidalia # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v 1.13 2009/10/28 09:15:13 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v 1.14 2009/10/31 14:10:06 vostorga Exp $ + +*vidalia-0.2.5 (31 Oct 2009) + + 31 Oct 2009; VĂctor Ostorga <vostorga@gentoo.org> -vidalia-0.1.7.ebuild, + -vidalia-0.1.12.ebuild, +vidalia-0.2.5.ebuild: + Cleaning out old versions, adding upstream development release, bug + #276483 28 Oct 2009; Torsten Veller <tove@gentoo.org> metadata.xml: humpback is AWOL (#34793). Adding maintainer-needed diff --git a/net-misc/vidalia/vidalia-0.1.7.ebuild b/net-misc/vidalia/vidalia-0.1.7.ebuild deleted file mode 100644 index f66d7840612d..000000000000 --- a/net-misc/vidalia/vidalia-0.1.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/vidalia-0.1.7.ebuild,v 1.2 2009/10/06 19:06:15 ayoy Exp $ - -EAPI="2" -inherit eutils qt4 cmake-utils -# cmake-utils needs to be last, so we get its src_compile() - -DESCRIPTION="Qt 4 front-end for Tor" -HOMEPAGE="http://www.vidalia-project.net/" -SRC_URI="http://www.vidalia-project.net/dist/${P}.tar.gz" - -LICENSE="|| ( GPL-3 GPL-2 ) openssl" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="debug" - -DEPEND="x11-libs/qt-gui:4[debug?]" -RDEPEND="${DEPEND} - net-misc/tor" - -DOCS="CHANGELOG CREDITS README" - -pkg_postinst() { - echo - 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." - echo -} diff --git a/net-misc/vidalia/vidalia-0.1.12.ebuild b/net-misc/vidalia/vidalia-0.2.5.ebuild index be3d793ea58d..ae675adf1418 100644 --- a/net-misc/vidalia/vidalia-0.1.12.ebuild +++ b/net-misc/vidalia/vidalia-0.2.5.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/vidalia-0.1.12.ebuild,v 1.2 2009/10/06 19:06:15 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/vidalia-0.2.5.ebuild,v 1.1 2009/10/31 14:10:06 vostorga Exp $ EAPI="2" inherit eutils qt4 cmake-utils # cmake-utils needs to be last, so we get its src_compile() DESCRIPTION="Qt 4 front-end for Tor" -HOMEPAGE="http://www.vidalia-project.net/" -SRC_URI="http://www.vidalia-project.net/dist/${P}.tar.gz" +HOMEPAGE="https://www.torproject.org/vidalia/" +SRC_URI="https://www.torproject.org/vidalia/dist/${P}.tar.gz" LICENSE="|| ( GPL-3 GPL-2 ) openssl" SLOT="0" @@ -27,5 +27,8 @@ pkg_postinst() { 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." - echo + elog "" + elog "You are installing a development release version, to install" + elog "upstream stable release use 0.1.x" + elog "Refer to ${HOMEPAGE} for more info" } |