diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-03-23 22:25:47 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-03-23 22:25:47 +0000 |
commit | 630c00b09af0f2659d260966a028f4414c215812 (patch) | |
tree | d1331564b517657a6621b2acfbae749e66e32fb1 /x11-misc | |
parent | Fix typo in ip-down script (#127339). (diff) | |
download | gentoo-2-630c00b09af0f2659d260966a028f4414c215812.tar.gz gentoo-2-630c00b09af0f2659d260966a028f4414c215812.tar.bz2 gentoo-2-630c00b09af0f2659d260966a028f4414c215812.zip |
Removed homepage, and changed SRC_URI to Gentoo mirrors. See bug #127040.
(Portage version: 2.1_pre6-r6)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/pogo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/pogo/pogo-2.2.ebuild | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/x11-misc/pogo/ChangeLog b/x11-misc/pogo/ChangeLog index 1449647b74a7..719cf05c1db0 100644 --- a/x11-misc/pogo/ChangeLog +++ b/x11-misc/pogo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/pogo # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/ChangeLog,v 1.9 2006/01/21 12:56:21 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/ChangeLog,v 1.10 2006/03/23 22:25:47 nelchael Exp $ + + 23 Mar 2006; Krzysiek Pawlik <nelchael@gentoo.org> pogo-2.2.ebuild: + Removed homepage, and changed SRC_URI to Gentoo mirrors. See bug #127040. 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> pogo-2.2.ebuild: Fixed DEPEND for modular X. diff --git a/x11-misc/pogo/pogo-2.2.ebuild b/x11-misc/pogo/pogo-2.2.ebuild index da011e82a961..273b65267d3e 100644 --- a/x11-misc/pogo/pogo-2.2.ebuild +++ b/x11-misc/pogo/pogo-2.2.ebuild @@ -1,13 +1,17 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/pogo-2.2.ebuild,v 1.10 2006/01/21 12:56:21 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/pogo-2.2.ebuild,v 1.11 2006/03/23 22:25:47 nelchael Exp $ IUSE="" DESCRIPTION="Pogo is a neat launcher program for X" -SRC_URI="http://www.ibiblio.org/propaganda/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.ibiblio.org/propaganda/pogo/" +# Dead: +# SRC_URI="http://www.ibiblio.org/propaganda/${PN}/${P}.tar.gz" +# HOMEPAGE="http://www.ibiblio.org/propaganda/pogo/" + +SRC_URI="mirror://gentoo/${P}.tar.gz" +HOMEPAGE="none" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~amd64 ~ppc" |