diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-12-19 18:06:13 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-12-19 18:06:13 +0000 |
commit | c1c30fb994404694432127e9721dae50c6c3d2a4 (patch) | |
tree | 5a391dab2536092b8bd7d44950a43a788ec0d9bf /x11-libs/xosd | |
parent | new version (diff) | |
download | gentoo-2-c1c30fb994404694432127e9721dae50c6c3d2a4.tar.gz gentoo-2-c1c30fb994404694432127e9721dae50c6c3d2a4.tar.bz2 gentoo-2-c1c30fb994404694432127e9721dae50c6c3d2a4.zip |
Version bumps and fixes.
Diffstat (limited to 'x11-libs/xosd')
-rw-r--r-- | x11-libs/xosd/ChangeLog | 11 | ||||
-rw-r--r-- | x11-libs/xosd/files/digest-xosd-2.0.1 | 1 | ||||
-rw-r--r-- | x11-libs/xosd/xosd-0.7.0.ebuild | 11 | ||||
-rw-r--r-- | x11-libs/xosd/xosd-1.0.2.ebuild | 15 | ||||
-rw-r--r-- | x11-libs/xosd/xosd-2.0.0.ebuild | 9 | ||||
-rw-r--r-- | x11-libs/xosd/xosd-2.0.1.ebuild | 28 |
6 files changed, 55 insertions, 20 deletions
diff --git a/x11-libs/xosd/ChangeLog b/x11-libs/xosd/ChangeLog index 7582559adf9b..25bce4335c11 100644 --- a/x11-libs/xosd/ChangeLog +++ b/x11-libs/xosd/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for x11-libs/xosd # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/ChangeLog,v 1.10 2002/12/13 11:00:51 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/ChangeLog,v 1.11 2002/12/19 18:06:13 aliz Exp $ + +*xosd-2.0.1 (19 Dec 2002) + + 19 Dec 2002; Daniel Ahlberg <aliz@gentoo.org> xosd-0.7.0.ebuild, xosd-1.0.2.ebuild, + xosd-2.0.0.ebuild : + Fixed header. + + 19 Dec 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/x11-libs/xosd/files/digest-xosd-2.0.1 b/x11-libs/xosd/files/digest-xosd-2.0.1 new file mode 100644 index 000000000000..2bf7c451beed --- /dev/null +++ b/x11-libs/xosd/files/digest-xosd-2.0.1 @@ -0,0 +1 @@ +MD5 5dd27d1753f639c44c87df0f0de0eae5 xosd-2.0.1.tar.gz 242579 diff --git a/x11-libs/xosd/xosd-0.7.0.ebuild b/x11-libs/xosd/xosd-0.7.0.ebuild index 20a38dd3eff5..762333f27ef8 100644 --- a/x11-libs/xosd/xosd-0.7.0.ebuild +++ b/x11-libs/xosd/xosd-0.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 2002 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $ Header: $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-0.7.0.ebuild,v 1.10 2002/12/19 18:06:13 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Library for overlaying text/glyphs in X-Windows \ @@ -10,9 +10,10 @@ SRC_URI="http://www.ignavus.net/${P}.tar.gz" SLOT="0.7" DEPEND="virtual/x11" - +RDEPEND=${DEPEND} +IUSE="" SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2" KEYWORDS="x86 sparc " src_unpack() { @@ -37,6 +38,6 @@ src_install () { mv xosd.3 xosd-old.3 ls -l doman osd_cat-old.1 - doman xosd-old.3 + doman xosd-old.3 dodoc AUTHORS ChangeLog NEWS COPYING README } diff --git a/x11-libs/xosd/xosd-1.0.2.ebuild b/x11-libs/xosd/xosd-1.0.2.ebuild index 72957ac7fab2..8b0864884eaa 100644 --- a/x11-libs/xosd/xosd-1.0.2.ebuild +++ b/x11-libs/xosd/xosd-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 2002 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $ Header: $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-1.0.2.ebuild,v 1.7 2002/12/19 18:06:13 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Library for overlaying text/glyphs in X-Windows \ @@ -8,18 +8,13 @@ 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="" DEPEND="virtual/x11" - +RDEPEND=${DEPEND} SLOT="1" -LICENSE="GPL" +LICENSE="GPL-2" KEYWORDS="x86 sparc " -#src_unpack() { -# unpack ${A} -# cd ${S} -# patch -p0 < ${FILESDIR}/${P}-Makefile-gentoo.diff -#} - src_compile() { econf || die make || die diff --git a/x11-libs/xosd/xosd-2.0.0.ebuild b/x11-libs/xosd/xosd-2.0.0.ebuild index 2542ae3e9b15..9d5ab860e5e3 100644 --- a/x11-libs/xosd/xosd-2.0.0.ebuild +++ b/x11-libs/xosd/xosd-2.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 2002 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $ Header: $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.0.0.ebuild,v 1.4 2002/12/19 18:06:13 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Library for overlaying text/glyphs in X-Windows \ @@ -8,10 +8,11 @@ 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="" DEPEND="virtual/x11" - +RDEPEND=${DEPEND} SLOT="1" -LICENSE="GPL" +LICENSE="GPL-2" KEYWORDS="~x86 ~sparc " src_install () { diff --git a/x11-libs/xosd/xosd-2.0.1.ebuild b/x11-libs/xosd/xosd-2.0.1.ebuild new file mode 100644 index 000000000000..dfa0a25aff58 --- /dev/null +++ b/x11-libs/xosd/xosd-2.0.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.0.1.ebuild,v 1.1 2002/12/19 18:06:13 aliz Exp $ + +S=${WORKDIR}/${P} +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="" +DEPEND="virtual/x11" +RDEPEND=${DEPEND} +SLOT="1" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc " + +src_install () { + insinto /usr/include + doins src/xosd.h + into /usr + dolib.a src/libxosd/.libs/libxosd.a + dolib.so src/libxosd/.libs/libxosd.so.2 + dobin src/.libs/osd_cat + dobin script/xosd-config + doman man/*.1 man/*.3 + dodoc AUTHORS ChangeLog NEWS COPYING README +} |