diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-08-09 10:13:24 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-08-09 10:13:24 +0000 |
commit | 7b0ef92e7b14fadc23a77fabd187a909b8859e47 (patch) | |
tree | 45fb1ccf17136ad111f1fb67b052bca45973aa32 /x11-libs | |
parent | Enable embedded API. (Manifest recommit) (diff) | |
download | gentoo-2-7b0ef92e7b14fadc23a77fabd187a909b8859e47.tar.gz gentoo-2-7b0ef92e7b14fadc23a77fabd187a909b8859e47.tar.bz2 gentoo-2-7b0ef92e7b14fadc23a77fabd187a909b8859e47.zip |
mark 2.2.8-r1 stable, remove 2.2.8
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/xosd/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/xosd/files/digest-xosd-2.2.8 | 1 | ||||
-rw-r--r-- | x11-libs/xosd/xosd-2.2.8-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/xosd/xosd-2.2.8.ebuild | 44 |
4 files changed, 9 insertions, 48 deletions
diff --git a/x11-libs/xosd/ChangeLog b/x11-libs/xosd/ChangeLog index 9efcafb6360a..9ef4c4964c15 100644 --- a/x11-libs/xosd/ChangeLog +++ b/x11-libs/xosd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/xosd # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/ChangeLog,v 1.34 2004/08/02 07:58:43 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/ChangeLog,v 1.35 2004/08/09 10:13:24 lanius Exp $ + +*xosd-2.2.8-r1 (09 Aug 2004) + + 09 Aug 2004; Heinrich Wendel <lanius@gentoo.org> xosd-2.2.8-r1.ebuild, + xosd-2.2.8.ebuild: + mark 2.2.8-r1 stable, remove 2.2.8 02 Aug 2004; Heinrich Wendel <lanius@gentoo.org> files/2.2.8-xmms-trackpos.patch, files/xosd-2.2.4-xmms-trackpos.patch: diff --git a/x11-libs/xosd/files/digest-xosd-2.2.8 b/x11-libs/xosd/files/digest-xosd-2.2.8 deleted file mode 100644 index c466c31d987e..000000000000 --- a/x11-libs/xosd/files/digest-xosd-2.2.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 85b00f6609603139855775d6213980cb xosd-2.2.8.tar.bz2 281156 diff --git a/x11-libs/xosd/xosd-2.2.8-r1.ebuild b/x11-libs/xosd/xosd-2.2.8-r1.ebuild index 4b32f0e6075a..747e78ad6742 100644 --- a/x11-libs/xosd/xosd-2.2.8-r1.ebuild +++ b/x11-libs/xosd/xosd-2.2.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.2.8-r1.ebuild,v 1.1 2004/08/02 07:58:43 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.2.8-r1.ebuild,v 1.2 2004/08/09 10:13:24 lanius Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.ignavus.net/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~alpha ~hppa ~ia64 ~amd64" +KEYWORDS="x86 ~sparc ~ppc ~alpha ~hppa ~ia64 ~amd64" DEPEND="virtual/x11 xmms? ( media-sound/xmms >=media-libs/gdk-pixbuf-0.22.0 )" diff --git a/x11-libs/xosd/xosd-2.2.8.ebuild b/x11-libs/xosd/xosd-2.2.8.ebuild deleted file mode 100644 index be45729ae379..000000000000 --- a/x11-libs/xosd/xosd-2.2.8.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.2.8.ebuild,v 1.1 2004/07/20 17:36:33 lanius Exp $ - -inherit eutils - -IUSE="xinerama xmms" - -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.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~alpha ~hppa ~ia64 ~amd64" - -DEPEND="virtual/x11 - xmms? ( media-sound/xmms >=media-libs/gdk-pixbuf-0.22.0 )" - -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - local myconf="" - - use xinerama || myconf="${myconf} --disable-xinerama" - - use xmms || myconf="${myconf} --disable-new-plugin" - - econf ${myconf} || die - - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog NEWS COPYING README - - if [ -d ${D}no ]; then - rmdir ${D}no - fi -} |