diff options
author | Tom Gall <tgall@gentoo.org> | 2004-10-11 02:59:14 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-10-11 02:59:14 +0000 |
commit | 645bbb4bfa76249a54785cddc0065f843f70df0f (patch) | |
tree | 7aea0d4167f3834eff90aaa42be16b33c1bf40f3 /dev-util | |
parent | remove limitation for old versions of portage s o (diff) | |
download | historical-645bbb4bfa76249a54785cddc0065f843f70df0f.tar.gz historical-645bbb4bfa76249a54785cddc0065f843f70df0f.tar.bz2 historical-645bbb4bfa76249a54785cddc0065f843f70df0f.zip |
stable on ppc64, bug #63064
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cscope/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cscope/Manifest | 4 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.5.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/cscope/ChangeLog b/dev-util/cscope/ChangeLog index 6a4cc8ae80a9..c6161ca488fa 100644 --- a/dev-util/cscope/ChangeLog +++ b/dev-util/cscope/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cscope # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.28 2004/09/19 03:31:50 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.29 2004/10/11 02:59:14 tgall Exp $ + + 10 Oct 2004; Tom Gall <tgall@gentoo.org> cscope-15.5.ebuild: + stable on ppc64, bug #63064 18 Sep 2004; Joshua Kinard <kumba@gentoo.org> cscope-15.5.ebuild: Marked stable on mips. diff --git a/dev-util/cscope/Manifest b/dev-util/cscope/Manifest index f8ba7819dcfb..73b95dc6c984 100644 --- a/dev-util/cscope/Manifest +++ b/dev-util/cscope/Manifest @@ -1,8 +1,8 @@ -MD5 9c4453db350fa7e0be4a033797581338 ChangeLog 3875 +MD5 76392794dc35ace3394aea6ad5a3e6c0 ChangeLog 3969 MD5 ead17de1adabd6d6f1a2857cdde5751d cscope-15.3.ebuild 793 MD5 6208c71296e871f63093462eeb65a490 cscope-15.4-r1.ebuild 1256 MD5 0e1fb615b73acdaf069936e3779ec01f cscope-15.4.ebuild 1355 -MD5 2b0b0fe15da372362706adb4188eecd9 cscope-15.5.ebuild 1418 +MD5 3c56dcf0da026c9a6ef0e7c204419785 cscope-15.5.ebuild 1417 MD5 79094d1585cb050b3855fbfe440f22b9 metadata.xml 790 MD5 28ddc553966bf7045758be324600f5c8 files/50xcscope-gentoo.el 95 MD5 326b4f2785a741e10f370a6accfd1c28 files/digest-cscope-15.3 63 diff --git a/dev-util/cscope/cscope-15.5.ebuild b/dev-util/cscope/cscope-15.5.ebuild index 23fb5bcb37c0..0ae24a76a294 100644 --- a/dev-util/cscope/cscope-15.5.ebuild +++ b/dev-util/cscope/cscope-15.5.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/dev-util/cscope/cscope-15.5.ebuild,v 1.15 2004/09/19 03:31:50 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5.ebuild,v 1.16 2004/10/11 02:59:14 tgall Exp $ inherit gnuconfig elisp-common @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390 ~ppc64" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390 ppc64" IUSE="emacs" RDEPEND=">=sys-libs/ncurses-5.2" |