diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-09-17 02:02:35 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-09-17 02:02:35 +0000 |
commit | 2fb0d7f224bdfc8530b7610bfb00a84937db4c12 (patch) | |
tree | 486b09266626b573bae9d1648a9e225dc0010bb3 /x11-misc/obpager | |
parent | Mark 1.0.0_pre12 stable on alpha (diff) | |
download | gentoo-2-2fb0d7f224bdfc8530b7610bfb00a84937db4c12.tar.gz gentoo-2-2fb0d7f224bdfc8530b7610bfb00a84937db4c12.tar.bz2 gentoo-2-2fb0d7f224bdfc8530b7610bfb00a84937db4c12.zip |
Mark 1.8 stable on alpha
(Portage version: 2.0.52-r1)
Diffstat (limited to 'x11-misc/obpager')
-rw-r--r-- | x11-misc/obpager/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/obpager/Manifest | 14 | ||||
-rw-r--r-- | x11-misc/obpager/obpager-1.8.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/x11-misc/obpager/ChangeLog b/x11-misc/obpager/ChangeLog index 66d9c6de65ba..4a112fa08ca6 100644 --- a/x11-misc/obpager/ChangeLog +++ b/x11-misc/obpager/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/obpager # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/obpager/ChangeLog,v 1.4 2005/08/24 00:48:14 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obpager/ChangeLog,v 1.5 2005/09/17 02:02:35 agriffis Exp $ + + 17 Sep 2005; Aron Griffis <agriffis@gentoo.org> obpager-1.8.ebuild: + Mark 1.8 stable on alpha 24 Aug 2005; Jonathan Smith <smithj@gentoo.org> obpager-1.8.ebuild: #100405: sedded #include <errno.h> into main.cc so it actually compiles diff --git a/x11-misc/obpager/Manifest b/x11-misc/obpager/Manifest index ba70f6426c85..fabef2e17f6d 100644 --- a/x11-misc/obpager/Manifest +++ b/x11-misc/obpager/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 0ea788a0faa19a89a0c3043d6ca9c1df obpager-1.8.ebuild 696 -MD5 8216f6d434c5aff8a11f7970455dd6a1 ChangeLog 699 MD5 a833a8f11fdfcf95b3a92f93c68d5bc1 metadata.xml 313 +MD5 8216f6d434c5aff8a11f7970455dd6a1 ChangeLog 699 +MD5 b0e61bb2c431e2dc7adff236f1efc6bf obpager-1.8.ebuild 695 MD5 087ed13764f0ec9707aad1e98ecb7576 files/digest-obpager-1.8 62 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDC8Pll5AvwDPiUowRAsJ5AKCXa0QhdMqXzZy5/2ub1sH7N7IAyQCghbUt -faTkFHEKFbXL07GfkMFCQOg= -=I/ed ------END PGP SIGNATURE----- diff --git a/x11-misc/obpager/obpager-1.8.ebuild b/x11-misc/obpager/obpager-1.8.ebuild index ced81e9711a3..f9fe83ff7a9f 100644 --- a/x11-misc/obpager/obpager-1.8.ebuild +++ b/x11-misc/obpager/obpager-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/obpager/obpager-1.8.ebuild,v 1.5 2005/08/24 00:48:14 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obpager/obpager-1.8.ebuild,v 1.6 2005/09/17 02:02:35 agriffis Exp $ DESCRIPTION="Lightweight pager designed to be used with NetWM-compliant window manager" HOMEPAGE="http://obpager.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~alpha" +KEYWORDS="alpha x86" IUSE="" DEPEND="virtual/x11" |