summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <smithj@gentoo.org>2005-07-09 19:44:27 +0000
committerJonathan Smith <smithj@gentoo.org>2005-07-09 19:44:27 +0000
commit54fac5c0f6ef3ead827af43d3d2a81b642bff09f (patch)
treeab63df4b1bcdd716f273a776baf36207cba1aa99 /x11-misc/pogo
parentQA: Cleaner einfo, ewarn, eerror and echo usage (diff)
downloadgentoo-2-54fac5c0f6ef3ead827af43d3d2a81b642bff09f.tar.gz
gentoo-2-54fac5c0f6ef3ead827af43d3d2a81b642bff09f.tar.bz2
gentoo-2-54fac5c0f6ef3ead827af43d3d2a81b642bff09f.zip
fixed accidental problem
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/pogo')
-rw-r--r--x11-misc/pogo/pogo-3.0.ebuild32
1 files changed, 0 insertions, 32 deletions
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"
-}