summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-08-15 11:10:51 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-08-15 11:10:51 +0000
commitfed44d52cb42325929621ee9bbd4456b24d1fae2 (patch)
treef9f1f61749377a4a83110b0c466be967a3c6954b /x11-libs/xosd
parentversion bump (diff)
downloadgentoo-2-fed44d52cb42325929621ee9bbd4456b24d1fae2.tar.gz
gentoo-2-fed44d52cb42325929621ee9bbd4456b24d1fae2.tar.bz2
gentoo-2-fed44d52cb42325929621ee9bbd4456b24d1fae2.zip
readded 2.2.2
Diffstat (limited to 'x11-libs/xosd')
-rw-r--r--x11-libs/xosd/Manifest2
-rw-r--r--x11-libs/xosd/files/digest-xosd-2.2.21
-rw-r--r--x11-libs/xosd/xosd-2.2.2.ebuild35
3 files changed, 37 insertions, 1 deletions
diff --git a/x11-libs/xosd/Manifest b/x11-libs/xosd/Manifest
index b36776acca63..16ae2ce43e5d 100644
--- a/x11-libs/xosd/Manifest
+++ b/x11-libs/xosd/Manifest
@@ -1,5 +1,5 @@
MD5 e4a882a5036bc137990beb929feb741e xosd-2.1.0.ebuild 880
-MD5 26f03d96fbeeb909a1ddfe597cbf1e52 xosd-2.2.2.ebuild 855
+MD5 0c40cf9d95918e886dade168e5427465 xosd-2.2.2.ebuild 855
MD5 c8f17d4ff6c2242416002f87d7838a13 xosd-2.2.4.ebuild 972
MD5 f59c26c67be7e99e0f76befd73a2c19e ChangeLog 2383
MD5 503ccb1138f9c49f0855884d830988a6 metadata.xml 253
diff --git a/x11-libs/xosd/files/digest-xosd-2.2.2 b/x11-libs/xosd/files/digest-xosd-2.2.2
new file mode 100644
index 000000000000..b61a1f41bbad
--- /dev/null
+++ b/x11-libs/xosd/files/digest-xosd-2.2.2
@@ -0,0 +1 @@
+MD5 b385858fb4ddeff0875fa5b4dc372e42 xosd-2.2.2.tar.gz 295184
diff --git a/x11-libs/xosd/xosd-2.2.2.ebuild b/x11-libs/xosd/xosd-2.2.2.ebuild
new file mode 100644
index 000000000000..279986e0a860
--- /dev/null
+++ b/x11-libs/xosd/xosd-2.2.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.2.2.ebuild,v 1.5 2003/08/15 11:10:39 lanius Exp $
+
+DESCRIPTION="Library for overlaying text/glyphs in X-Windows \
+X-On-Screen-Display plus binary for sending text from command line."
+HOMEPAGE="http://www.ignavus.net/"
+SRC_URI="http://www.ignavus.net/${P}.tar.gz"
+
+IUSE="xmms"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~sparc ~ppc"
+
+DEPEND="virtual/x11
+ xmms? ( media-sound/xmms
+ >=media-libs/gdk-pixbuf-0.22.0 )"
+
+src_compile() {
+ local myconf
+
+ if [ "`use xmms`" ]; then
+ myconf="--with-plugindir=/usr/lib/xmms"
+ else
+ myconf="--without-plugindir"
+ fi
+
+ econf || die
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS ChangeLog NEWS COPYING README
+}