summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2004-10-08 18:40:43 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2004-10-08 18:40:43 +0000
commita9c2a60b44954293293fcb6e47a27850561b3be7 (patch)
tree6727de75bfc4faec12574ae91758e3334ec90b68 /x11-plugins
parentadjusted openssl dependency (Manifest recommit) (diff)
downloadgentoo-2-a9c2a60b44954293293fcb6e47a27850561b3be7.tar.gz
gentoo-2-a9c2a60b44954293293fcb6e47a27850561b3be7.tar.bz2
gentoo-2-a9c2a60b44954293293fcb6e47a27850561b3be7.zip
fixing bug #56191
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gai-pager/ChangeLog7
-rw-r--r--x11-plugins/gai-pager/Manifest4
-rw-r--r--x11-plugins/gai-pager/files/digest-gai-pager-0.21
-rw-r--r--x11-plugins/gai-pager/gai-pager-0.2-r1.ebuild6
-rw-r--r--x11-plugins/gai-pager/gai-pager-0.2.ebuild30
5 files changed, 12 insertions, 36 deletions
diff --git a/x11-plugins/gai-pager/ChangeLog b/x11-plugins/gai-pager/ChangeLog
index a2c91ff377a9..145da01d41b9 100644
--- a/x11-plugins/gai-pager/ChangeLog
+++ b/x11-plugins/gai-pager/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/gai-pager
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gai-pager/ChangeLog,v 1.4 2004/06/24 22:52:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gai-pager/ChangeLog,v 1.5 2004/10/08 18:40:43 lordvan Exp $
+
+ 08 Oct 2004; root <root@gentoo.org> gai-pager-0.2-r1.ebuild,
+ gai-pager-0.2.ebuild:
+ fixes Bug #56191, thanks to hollywoodb <hollywoodb@fastmail.fm>
+ removed gai-pager-0.2.ebuild
*gai-pager-0.2-r1 (10 May 2004)
diff --git a/x11-plugins/gai-pager/Manifest b/x11-plugins/gai-pager/Manifest
index 45ba5393e47e..43fa999d6ea4 100644
--- a/x11-plugins/gai-pager/Manifest
+++ b/x11-plugins/gai-pager/Manifest
@@ -1,5 +1,5 @@
-MD5 fc2c802ac77df24b1b96ebce4a79980e gai-pager-0.2-r1.ebuild 1033
-MD5 9fa1d3bf7ff4a4a46efbf3b3e598eda5 gai-pager-0.2.ebuild 879
+MD5 c6c568d31a85971f8cf739925f343c6a gai-pager-0.2-r1.ebuild 1093
+MD5 94c517ee2f97329ce0507ee69dcdc463 gai-pager-0.2.ebuild 939
MD5 b5a20aa8647bcb419f847f6694faf09e ChangeLog 599
MD5 4de810beafe6af976494dfe29abd5c60 metadata.xml 405
MD5 e674768842f1983b98ad479c2a8c26be files/digest-gai-pager-0.2-r1 65
diff --git a/x11-plugins/gai-pager/files/digest-gai-pager-0.2 b/x11-plugins/gai-pager/files/digest-gai-pager-0.2
deleted file mode 100644
index 30974baad7a4..000000000000
--- a/x11-plugins/gai-pager/files/digest-gai-pager-0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6beb5c1c5cec350fd36d9b142a0581b2 gai-pager-0.2.tar.bz2 55750
diff --git a/x11-plugins/gai-pager/gai-pager-0.2-r1.ebuild b/x11-plugins/gai-pager/gai-pager-0.2-r1.ebuild
index 86674a698501..7e523ced7bf7 100644
--- a/x11-plugins/gai-pager/gai-pager-0.2-r1.ebuild
+++ b/x11-plugins/gai-pager/gai-pager-0.2-r1.ebuild
@@ -1,6 +1,6 @@
# 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-r1.ebuild,v 1.3 2004/06/24 22:52:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gai-pager/gai-pager-0.2-r1.ebuild,v 1.4 2004/10/08 18:40:43 lordvan Exp $
MY_PV="${PV}"
MY_P="${PN}-${MY_PV}"
@@ -26,7 +26,9 @@ src_compile() {
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
+ sed s%"GNOMEDIR = /usr"%"GNOMEDIR = ${D}/usr"% ${S}/Makefile.orig | \
+ sed s%"PREFIX = /usr"%"PREFIX = ${D}/usr"% > ${S}/Makefile
+ dodir /usr
einstall || die
dodoc BUGS COPYING CHANGES INSTALL README README.gai TODO
}
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
-}