diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-07-31 13:21:16 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-07-31 13:21:16 +0000 |
commit | 7ab2f143eecd0e347aa90f7e3af10fd4b84ca040 (patch) | |
tree | 5a9df856832bc2abdd3131611007c03778584088 /x11-misc/xpad | |
parent | stable on x86 and alpha (diff) | |
download | historical-7ab2f143eecd0e347aa90f7e3af10fd4b84ca040.tar.gz historical-7ab2f143eecd0e347aa90f7e3af10fd4b84ca040.tar.bz2 historical-7ab2f143eecd0e347aa90f7e3af10fd4b84ca040.zip |
stable on x86 and alpha
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r-- | x11-misc/xpad/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xpad/Manifest | 20 | ||||
-rw-r--r-- | x11-misc/xpad/xpad-2.8.ebuild | 4 |
3 files changed, 21 insertions, 8 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog index dfc5e5a1f508..6b7f7c8e3d83 100644 --- a/x11-misc/xpad/ChangeLog +++ b/x11-misc/xpad/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xpad # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.33 2005/06/17 20:29:57 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.34 2005/07/31 13:21:16 ferdy Exp $ + + 31 Jul 2005; Fernando J. Pereda <ferdy@gentoo.org> xpad-2.8.ebuild: + stable on x86 and alpha 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> xpad-2.6.ebuild: Stable on ppc. diff --git a/x11-misc/xpad/Manifest b/x11-misc/xpad/Manifest index 3dc78101e08f..533619843b70 100644 --- a/x11-misc/xpad/Manifest +++ b/x11-misc/xpad/Manifest @@ -1,8 +1,18 @@ -MD5 bec94149899ec6cc9d70d755445b50cd metadata.xml 263 -MD5 6cbdff32ffc38c858986cfbac6cb2691 ChangeLog 4590 -MD5 330d3f01e15d5864a550389b57190d3c xpad-2.8.ebuild 614 -MD5 682a9191a39ddf9c2c61f4ba72ed1fe6 xpad-1.13.ebuild 722 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 1f6bce16512ef9fc6a5ca5efb92d5c71 xpad-2.6.ebuild 659 +MD5 58103b13a288702fc498eeac66403764 xpad-2.8.ebuild 612 +MD5 682a9191a39ddf9c2c61f4ba72ed1fe6 xpad-1.13.ebuild 722 +MD5 9c52ceff3698d00a03a9b7c05da484a2 ChangeLog 4686 +MD5 bec94149899ec6cc9d70d755445b50cd metadata.xml 263 MD5 116f1b1db749a9f8d0b7c8d075e5759d files/digest-xpad-2.6 61 -MD5 d0f0a44ba012c5a3d6863afb093890d7 files/digest-xpad-1.13 62 MD5 f5bcc36fc73693201d9f866161a46638 files/digest-xpad-2.8 61 +MD5 d0f0a44ba012c5a3d6863afb093890d7 files/digest-xpad-1.13 62 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC7NDmViELBEf1JB0RAi3zAJwN7/LivURGlj0ePIdRuFwyCzELqgCfVtLy +gvNKzs7oH9j316H0es6nfkk= +=VTDs +-----END PGP SIGNATURE----- diff --git a/x11-misc/xpad/xpad-2.8.ebuild b/x11-misc/xpad/xpad-2.8.ebuild index b780907f5898..87f1c789d2b6 100644 --- a/x11-misc/xpad/xpad-2.8.ebuild +++ b/x11-misc/xpad/xpad-2.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/xpad/xpad-2.8.ebuild,v 1.1 2005/06/11 14:41:59 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-2.8.ebuild,v 1.2 2005/07/31 13:21:16 ferdy Exp $ DESCRIPTION="A GTK+ 2.0 based 'post-it' note system." HOMEPAGE="http://xpad.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/xpad/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~ppc ~sparc x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.6.0" |