summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-05-23 09:28:37 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-05-23 09:28:37 +0000
commit3a31b586a37dec4b1cdd524b7d99a6ce6fb142e2 (patch)
treef5ac615e3f8e3b13f9385f96d6316b4da97635c4 /x11-plugins
parent64 bit fixes, thanks to flameeyes for the patch. Bug #93549. (diff)
downloadgentoo-2-3a31b586a37dec4b1cdd524b7d99a6ce6fb142e2.tar.gz
gentoo-2-3a31b586a37dec4b1cdd524b7d99a6ce6fb142e2.tar.bz2
gentoo-2-3a31b586a37dec4b1cdd524b7d99a6ce6fb142e2.zip
Initial import of x11-plugins/gai-pal, version 0.7. Closes bug #22873.
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gai-pal/ChangeLog9
-rw-r--r--x11-plugins/gai-pal/Manifest4
-rw-r--r--x11-plugins/gai-pal/files/digest-gai-pal-0.71
-rw-r--r--x11-plugins/gai-pal/gai-pal-0.7.ebuild25
-rw-r--r--x11-plugins/gai-pal/metadata.xml5
5 files changed, 44 insertions, 0 deletions
diff --git a/x11-plugins/gai-pal/ChangeLog b/x11-plugins/gai-pal/ChangeLog
new file mode 100644
index 000000000000..18a364ca016f
--- /dev/null
+++ b/x11-plugins/gai-pal/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-plugins/gai-pal
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gai-pal/ChangeLog,v 1.1 2005/05/23 09:28:37 s4t4n Exp $
+
+*gai-pal-0.7 (23 May 2005)
+
+ 23 May 2005; Michele Noberasco <s4t4n@gentoo.org> gai-pal-0.7.ebuild:
+ Initial import. Closes bug #22873.
+
diff --git a/x11-plugins/gai-pal/Manifest b/x11-plugins/gai-pal/Manifest
new file mode 100644
index 000000000000..244df9eda9f0
--- /dev/null
+++ b/x11-plugins/gai-pal/Manifest
@@ -0,0 +1,4 @@
+MD5 c58c560629738a857d02e643c376ab60 gai-pal-0.7.ebuild 547
+MD5 ddb5614c76dca6a29499b838ea11cec0 ChangeLog 258
+MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165
+MD5 9f47a1b68b3ffdc8053f8aed0f66b484 files/digest-gai-pal-0.7 64
diff --git a/x11-plugins/gai-pal/files/digest-gai-pal-0.7 b/x11-plugins/gai-pal/files/digest-gai-pal-0.7
new file mode 100644
index 000000000000..76d5d8886183
--- /dev/null
+++ b/x11-plugins/gai-pal/files/digest-gai-pal-0.7
@@ -0,0 +1 @@
+MD5 2c416735fb03a69e42a817c8bcc05cbd gai-pal-0.7.tar.bz2 146111
diff --git a/x11-plugins/gai-pal/gai-pal-0.7.ebuild b/x11-plugins/gai-pal/gai-pal-0.7.ebuild
new file mode 100644
index 000000000000..5d7acf39a851
--- /dev/null
+++ b/x11-plugins/gai-pal/gai-pal-0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gai-pal/gai-pal-0.7.ebuild,v 1.1 2005/05/23 09:28:37 s4t4n Exp $
+
+DESCRIPTION="A friend that always has something wise or funny to say ;-)"
+HOMEPAGE="http://gai.sf.net"
+SRC_URI="mirror://sourceforge/gai/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=x11-libs/gai-0.5.6
+ dev-util/pkgconfig"
+
+src_compile()
+{
+ econf || die "Configuration failed..."
+ emake || die "Compilation failed..."
+}
+
+src_install()
+{
+ make DESTDIR=${D} install || die "Installation failed..."
+}
diff --git a/x11-plugins/gai-pal/metadata.xml b/x11-plugins/gai-pal/metadata.xml
new file mode 100644
index 000000000000..b1a9efc4f2f0
--- /dev/null
+++ b/x11-plugins/gai-pal/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>desktop-dock</herd>
+</pkgmetadata>