summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-09-20 15:52:10 +0000
committerDon Seiler <rizzo@gentoo.org>2004-09-20 15:52:10 +0000
commit2464ead052f4f3fe7614817250428ec99f80b29f (patch)
tree304d1575687eb710516003671f86d68ac23f9a0c /x11-plugins/gaimosd
parentfix for DoS (diff)
downloadhistorical-2464ead052f4f3fe7614817250428ec99f80b29f.tar.gz
historical-2464ead052f4f3fe7614817250428ec99f80b29f.tar.bz2
historical-2464ead052f4f3fe7614817250428ec99f80b29f.zip
Initial import. Closes Bug #17504
Diffstat (limited to 'x11-plugins/gaimosd')
-rw-r--r--x11-plugins/gaimosd/ChangeLog10
-rw-r--r--x11-plugins/gaimosd/Manifest4
-rw-r--r--x11-plugins/gaimosd/files/digest-gaimosd-1.0.01
-rw-r--r--x11-plugins/gaimosd/gaimosd-1.0.0.ebuild32
-rw-r--r--x11-plugins/gaimosd/metadata.xml11
5 files changed, 58 insertions, 0 deletions
diff --git a/x11-plugins/gaimosd/ChangeLog b/x11-plugins/gaimosd/ChangeLog
new file mode 100644
index 000000000000..f782dca536f9
--- /dev/null
+++ b/x11-plugins/gaimosd/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-plugins/gaimosd
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaimosd/ChangeLog,v 1.1 2004/09/20 15:52:10 rizzo Exp $
+
+*gaimosd-1.0.0 (20 Sep 2004)
+
+ 20 Sep 2004; Don Seiler <rizzo@gentoo.org> +metadata.xml,
+ +gaimosd-1.0.0.ebuild:
+ Initial import. Closes Bug #17504
+
diff --git a/x11-plugins/gaimosd/Manifest b/x11-plugins/gaimosd/Manifest
new file mode 100644
index 000000000000..a9725804bdbc
--- /dev/null
+++ b/x11-plugins/gaimosd/Manifest
@@ -0,0 +1,4 @@
+MD5 6fc3e4f0baf419cc5b86cfe8037abc98 gaimosd-1.0.0.ebuild 732
+MD5 c0faf0b1810affab2e94a1a23f8533ab metadata.xml 370
+MD5 8828b4e12d36f7a174df3c07ca863467 ChangeLog 363
+MD5 e562a7f08384757d72348e1590ae7ba6 files/digest-gaimosd-1.0.0 65
diff --git a/x11-plugins/gaimosd/files/digest-gaimosd-1.0.0 b/x11-plugins/gaimosd/files/digest-gaimosd-1.0.0
new file mode 100644
index 000000000000..b46b9558eebf
--- /dev/null
+++ b/x11-plugins/gaimosd/files/digest-gaimosd-1.0.0
@@ -0,0 +1 @@
+MD5 d12a949b8a8e0c6aba9c801a25af6e2f gaimosd-1.0.0.tar.gz 305042
diff --git a/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild b/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild
new file mode 100644
index 000000000000..5d9d9ea7350f
--- /dev/null
+++ b/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild,v 1.1 2004/09/20 15:52:10 rizzo Exp $
+
+inherit eutils
+
+DESCRIPTION="Gaim OSD is an implementation of the XOSD library, allowing Gaim to display several notification messages."
+HOMEPAGE="http://gaimosd.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=net-im/gaim-1.0.0
+ x11-libs/xosd"
+#RDEPEND=""
+
+#S=${WORKDIR}/${P}
+
+src_compile() {
+ econf || die
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ #einstall || die
+
+ dodoc README TODO
+}
diff --git a/x11-plugins/gaimosd/metadata.xml b/x11-plugins/gaimosd/metadata.xml
new file mode 100644
index 000000000000..a3656ae89aaa
--- /dev/null
+++ b/x11-plugins/gaimosd/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-im</herd>
+<maintainer>
+ <email>gaim-bugs@gentoo.org</email>
+</maintainer>
+<longdescription>
+Gaim OSD is an implementation of the XOSD library, allowing Gaim to display several notification messages.
+</longdescription>
+</pkgmetadata>