diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-09-20 15:52:10 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-09-20 15:52:10 +0000 |
commit | fbcc066cdf4be6680d71af5f28fa8881b425a851 (patch) | |
tree | 4998bd977b3d2ae04e7c567b5fb3fe7020fae027 | |
parent | fix for DoS (Manifest recommit) (diff) | |
download | gentoo-2-fbcc066cdf4be6680d71af5f28fa8881b425a851.tar.gz gentoo-2-fbcc066cdf4be6680d71af5f28fa8881b425a851.tar.bz2 gentoo-2-fbcc066cdf4be6680d71af5f28fa8881b425a851.zip |
Initial import. Closes Bug #17504
-rw-r--r-- | x11-plugins/gaimosd/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/gaimosd/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/gaimosd/files/digest-gaimosd-1.0.0 | 1 | ||||
-rw-r--r-- | x11-plugins/gaimosd/gaimosd-1.0.0.ebuild | 32 | ||||
-rw-r--r-- | x11-plugins/gaimosd/metadata.xml | 11 |
5 files changed, 56 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..a8774ac725b5 --- /dev/null +++ b/x11-plugins/gaimosd/Manifest @@ -0,0 +1,2 @@ +MD5 c24a419961bbb8b9c964bb7027aafe6d gaimosd-1.0.0.ebuild 562 +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> |