summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2009-03-13 23:36:39 +0000
committerThilo Bangert <bangert@gentoo.org>2009-03-13 23:36:39 +0000
commit21a5f548edc1a8ddcb3692d4b99176c674882c82 (patch)
tree7bd7aee8543c5cfdaaff1c25c10e357aa75fa808 /x11-libs/xosd/xosd-2.2.14-r1.ebuild
parentupdate HOMEPAGE and SRC_URI - bug #261442 - thanks Mr. Anderson (diff)
downloadhistorical-21a5f548edc1a8ddcb3692d4b99176c674882c82.tar.gz
historical-21a5f548edc1a8ddcb3692d4b99176c674882c82.tar.bz2
historical-21a5f548edc1a8ddcb3692d4b99176c674882c82.zip
remove --disable-new-xmms (bug #260268) - add RDEPEND on font-misc-misc (bug #261398) - fix repoman warnings - remove old versions - thanks Renato Alves and Sandro Bonazzola
Package-Manager: portage-2.2_rc24/cvs/Linux i686
Diffstat (limited to 'x11-libs/xosd/xosd-2.2.14-r1.ebuild')
-rw-r--r--x11-libs/xosd/xosd-2.2.14-r1.ebuild15
1 files changed, 6 insertions, 9 deletions
diff --git a/x11-libs/xosd/xosd-2.2.14-r1.ebuild b/x11-libs/xosd/xosd-2.2.14-r1.ebuild
index 4bc7b70ab598..e522401baa87 100644
--- a/x11-libs/xosd/xosd-2.2.14-r1.ebuild
+++ b/x11-libs/xosd/xosd-2.2.14-r1.ebuild
@@ -1,13 +1,10 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.2.14-r1.ebuild,v 1.20 2008/06/21 06:53:07 drac Exp $
-
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="latest"
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.2.14-r1.ebuild,v 1.21 2009/03/13 23:36:39 bangert Exp $
inherit eutils autotools
-DESCRIPTION="Library for overlaying text/glyphs in X-Windows X-On-Screen-Display plus binary for sending text from command line"
+DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display plus binary for sending text from CLI"
HOMEPAGE="https://sourceforge.net/projects/libxosd/"
SRC_URI="mirror://debian/pool/main/x/xosd/${PN}_${PV}.orig.tar.gz
mirror://debian/pool/main/x/xosd/${PN}_${PV}-1.diff.gz
@@ -20,7 +17,8 @@ IUSE="xinerama"
RDEPEND="x11-libs/libX11
x11-libs/libXext
- x11-libs/libXt"
+ x11-libs/libXt
+ media-fonts/font-misc-misc"
DEPEND="${RDEPEND}
xinerama? ( x11-proto/xineramaproto )
x11-proto/xextproto
@@ -38,8 +36,7 @@ src_unpack() {
src_compile() {
econf \
- $(use_enable xinerama) \
- --disable-new-xmms \
+ $(use_enable xinerama)
emake || die "emake failed"
}