diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-07-09 19:44:27 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-07-09 19:44:27 +0000 |
commit | aa052cdc22a6b842d072e9f24507076d5a1cc316 (patch) | |
tree | 59f63470e6b1a28eacf6883f5ae3dc02fcdeb334 /x11-misc | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | historical-aa052cdc22a6b842d072e9f24507076d5a1cc316.tar.gz historical-aa052cdc22a6b842d072e9f24507076d5a1cc316.tar.bz2 historical-aa052cdc22a6b842d072e9f24507076d5a1cc316.zip |
fixed accidental problem
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/pogo/Manifest | 10 | ||||
-rw-r--r-- | x11-misc/pogo/pogo-3.0.ebuild | 32 |
2 files changed, 10 insertions, 32 deletions
diff --git a/x11-misc/pogo/Manifest b/x11-misc/pogo/Manifest index 587114c9ee5a..68a3a59ac5dd 100644 --- a/x11-misc/pogo/Manifest +++ b/x11-misc/pogo/Manifest @@ -1,5 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 ea3a637cf8cad16f8762c766ab033e74 ChangeLog 945 MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 MD5 65ed07dab08330a081ba8e6cf449b4b3 pogo-2.2.ebuild 829 MD5 7866986b7b75f93f57b2704e24c21f49 files/Makefile 787 MD5 14dfeacc336e0247acb2541756227083 files/digest-pogo-2.2 60 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC0Ck7l5AvwDPiUowRAt9mAJwO945iL7qNWVzSJFBDbvycawLf+wCggloI +inGqG6qR34r8yjmmuUS2kpQ= +=LH9m +-----END PGP SIGNATURE----- diff --git a/x11-misc/pogo/pogo-3.0.ebuild b/x11-misc/pogo/pogo-3.0.ebuild deleted file mode 100644 index a3304e85385d..000000000000 --- a/x11-misc/pogo/pogo-3.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/pogo-3.0.ebuild,v 1.1 2005/07/09 18:08:59 smithj 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/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" - -DEPEND="virtual/x11 - media-libs/imlib - media-libs/jpeg - >=sys-apps/sed-4" - -src_compile() { - cp ${FILESDIR}/Makefile . - make clean || die "Clean failed" - for file in `grep -r /usr/local/ *|cut -f1 -d":"|sort|uniq`;do - sed -i -e "s:/usr/local:/usr/share:g" ${file} - done - make all || die "Make failed" -} - -src_install () { - dodoc README - make DESTDIR="${D}" install || die "Install failed" -} |