diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-20 13:15:51 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-20 13:15:51 +0000 |
commit | ce8c75226007ae994ea1f36e61c057dd4453d3c9 (patch) | |
tree | 9de75b8b6dc96772f75618d2c2a70a05ce04583e /kde-misc/kaptain | |
parent | Initial cobalt 2005.0 profile. (diff) | |
download | historical-ce8c75226007ae994ea1f36e61c057dd4453d3c9.tar.gz historical-ce8c75226007ae994ea1f36e61c057dd4453d3c9.tar.bz2 historical-ce8c75226007ae994ea1f36e61c057dd4453d3c9.zip |
Stable on x86.
Diffstat (limited to 'kde-misc/kaptain')
-rw-r--r-- | kde-misc/kaptain/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/kaptain/Manifest | 6 | ||||
-rw-r--r-- | kde-misc/kaptain/kaptain-0.71.ebuild | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/kde-misc/kaptain/ChangeLog b/kde-misc/kaptain/ChangeLog index 30f313a6dae9..3ac8b3061152 100644 --- a/kde-misc/kaptain/ChangeLog +++ b/kde-misc/kaptain/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/kaptain -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kaptain/ChangeLog,v 1.3 2004/11/05 03:24:44 weeve Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kaptain/ChangeLog,v 1.4 2005/01/20 13:15:51 greg_g Exp $ + + 20 Jan 2005; Gregorio Guidi <greg@gentoo.org> kaptain-0.71.ebuild: + Stable on x86. 04 Nov 2004; Jason Wever <weeve@gentoo.org> kaptain-0.71.ebuild: Added ~sparc keyword. diff --git a/kde-misc/kaptain/Manifest b/kde-misc/kaptain/Manifest index 60f19eb824f4..2b59d4a80667 100644 --- a/kde-misc/kaptain/Manifest +++ b/kde-misc/kaptain/Manifest @@ -1,5 +1,5 @@ -MD5 955e0c996d51248374dc88c1ff0a5f7f ChangeLog 758 -MD5 2ebbced6a4694f0c214d01a535ac53ec kaptain-0.71.ebuild 756 MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162 -MD5 2663b98e3a503fbe5ad65775a66a9c79 files/0.71-assert.patch 250 +MD5 45feafe17367548ec4d7c052ce5d27f4 ChangeLog 846 +MD5 39eb5e8e8a93a4f7b7cb781eb2d0eeba kaptain-0.71.ebuild 756 MD5 cbbcdca451b0b9504f21390e7ac03563 files/digest-kaptain-0.71 64 +MD5 2663b98e3a503fbe5ad65775a66a9c79 files/0.71-assert.patch 250 diff --git a/kde-misc/kaptain/kaptain-0.71.ebuild b/kde-misc/kaptain/kaptain-0.71.ebuild index 8985cb256073..6fba00007890 100644 --- a/kde-misc/kaptain/kaptain-0.71.ebuild +++ b/kde-misc/kaptain/kaptain-0.71.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kaptain/kaptain-0.71.ebuild,v 1.2 2004/11/05 03:24:44 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kaptain/kaptain-0.71.ebuild,v 1.3 2005/01/20 13:15:51 greg_g Exp $ inherit kde eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/kaptain/kaptain-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc" DEPEND=">=x11-libs/qt-2.3.1-r1" |