summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/gai-pager/gai-pager-0.2.ebuild')
-rw-r--r--x11-plugins/gai-pager/gai-pager-0.2.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-plugins/gai-pager/gai-pager-0.2.ebuild b/x11-plugins/gai-pager/gai-pager-0.2.ebuild
deleted file mode 100644
index 0ccd688ad036..000000000000
--- a/x11-plugins/gai-pager/gai-pager-0.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gai-pager/gai-pager-0.2.ebuild,v 1.3 2004/06/24 22:52:42 agriffis Exp $
-
-MY_PV="${PV}"
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="This is an Enlightenment and a Waimea pager."
-HOMEPAGE="http://gai.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gai/${MY_P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND=">=x11-libs/gai-0.5.0_pre6"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- MY_CONF="--prefix=${D}/usr "
- econf ${MY_CONF} || die
- emake || die
-}
-
-src_install() {
- # small hack so the gnome picture gets installed in place
- mv ${S}/Makefile ${S}/Makefile.orig
- sed s%"GNOMEDIR = /usr"%"GNOMEDIR = ${D}/usr"% ${S}/Makefile.orig > ${S}/Makefile
- einstall || die
- dodoc BUGS COPYING CHANGES INSTALL README README.gaiTODO
-}