summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2003-12-10 12:06:38 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2003-12-10 12:06:38 +0000
commit01f04f97e469ce8126942db2ba7e4cf0d760abc7 (patch)
treeed18b6956cb6d4f363155292e61aeffbcfef4ee8 /x11-plugins
parentVersion bump (diff)
downloadgentoo-2-01f04f97e469ce8126942db2ba7e4cf0d760abc7.tar.gz
gentoo-2-01f04f97e469ce8126942db2ba7e4cf0d760abc7.tar.bz2
gentoo-2-01f04f97e469ce8126942db2ba7e4cf0d760abc7.zip
initial import
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gai-pager/ChangeLog8
-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.ebuild30
-rw-r--r--x11-plugins/gai-pager/metadata.xml12
5 files changed, 55 insertions, 0 deletions
diff --git a/x11-plugins/gai-pager/ChangeLog b/x11-plugins/gai-pager/ChangeLog
new file mode 100644
index 000000000000..5bce6e20ac0c
--- /dev/null
+++ b/x11-plugins/gai-pager/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for x11-plugins/gai-pager
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gai-pager/ChangeLog,v 1.1 2003/12/10 12:05:57 lordvan Exp $
+
+*gai-pager-0.2 (10 Dec 2003)
+
+ 10 Dec 2003; Thomas Raschbacher <lordvan@gentoo.org> ChangeLog, gai-pager-0.2.ebuild, metadata.xml:
+ initial import
diff --git a/x11-plugins/gai-pager/Manifest b/x11-plugins/gai-pager/Manifest
new file mode 100644
index 000000000000..f839feda1dc6
--- /dev/null
+++ b/x11-plugins/gai-pager/Manifest
@@ -0,0 +1,4 @@
+MD5 88475fe775ce5a08ace4b245906d4679 gai-pager-0.2.ebuild 887
+MD5 29cae906ecc295c7d7d684c7026e9148 ChangeLog 374
+MD5 4de810beafe6af976494dfe29abd5c60 metadata.xml 405
+MD5 e674768842f1983b98ad479c2a8c26be files/digest-gai-pager-0.2 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
new file mode 100644
index 000000000000..30974baad7a4
--- /dev/null
+++ b/x11-plugins/gai-pager/files/digest-gai-pager-0.2
@@ -0,0 +1 @@
+MD5 6beb5c1c5cec350fd36d9b142a0581b2 gai-pager-0.2.tar.bz2 55750
diff --git a/x11-plugins/gai-pager/gai-pager-0.2.ebuild b/x11-plugins/gai-pager/gai-pager-0.2.ebuild
new file mode 100644
index 000000000000..ee300e6c3ab8
--- /dev/null
+++ b/x11-plugins/gai-pager/gai-pager-0.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.1 2003/12/10 12:05:57 lordvan 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
+}
diff --git a/x11-plugins/gai-pager/metadata.xml b/x11-plugins/gai-pager/metadata.xml
new file mode 100644
index 000000000000..383179d86999
--- /dev/null
+++ b/x11-plugins/gai-pager/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>lordvan@gentoo.org</email>
+ <name>Thomas Raschbacher</name>
+<!-- <description>Description of the maintainership</description> -->
+</maintainer>
+<!-- <longdescription>Long description of the package</longdescription> -->
+</pkgmetadata>