diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-30 03:00:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-30 03:00:41 +0000 |
commit | 8df9caa3777353a1b52c67ca586b1dbd21809ca4 (patch) | |
tree | bcc8fd81111cf8d99c95d9b3ceee50df56dcb944 /x11-libs/xosd | |
parent | added metadata.xml (diff) | |
download | historical-8df9caa3777353a1b52c67ca586b1dbd21809ca4.tar.gz historical-8df9caa3777353a1b52c67ca586b1dbd21809ca4.tar.bz2 historical-8df9caa3777353a1b52c67ca586b1dbd21809ca4.zip |
old
Diffstat (limited to 'x11-libs/xosd')
-rw-r--r-- | x11-libs/xosd/files/digest-xosd-2.2.4-r1 | 1 | ||||
-rw-r--r-- | x11-libs/xosd/xosd-2.2.4-r1.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/x11-libs/xosd/files/digest-xosd-2.2.4-r1 b/x11-libs/xosd/files/digest-xosd-2.2.4-r1 deleted file mode 100644 index 18a537058d72..000000000000 --- a/x11-libs/xosd/files/digest-xosd-2.2.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0b5669d2758470cbf717632b5d16dae8 xosd_2.2.4.orig.tar.gz 295886 diff --git a/x11-libs/xosd/xosd-2.2.4-r1.ebuild b/x11-libs/xosd/xosd-2.2.4-r1.ebuild deleted file mode 100644 index b2c1d6adfee1..000000000000 --- a/x11-libs/xosd/xosd-2.2.4-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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.4-r1.ebuild,v 1.1 2003/09/10 04:08:12 vapier 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://ftp.debian.org/debian/pool/main/x/xosd/${PN}_${PV}.orig.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_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-font-align.patch -} - -src_compile() { - if [ "`use xmms`" ]; then - myconf="--with-plugindir=/usr/lib/xmms/General" - else - myconf="--without-plugindir" - fi - - econf ${myconf} || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog NEWS COPYING README -} |