summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-02-15 10:31:54 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-02-15 10:31:54 +0000
commiteadc9b26730f9b3173955f41aeeaa100c33f9da2 (patch)
tree0a3c02da85ca8daa93744a4a5aeb8eca0df6b5e3 /dev-util
parentTidy up old versions that dep upon packages that don't exist, bug #122870. (diff)
downloadgentoo-2-eadc9b26730f9b3173955f41aeeaa100c33f9da2.tar.gz
gentoo-2-eadc9b26730f9b3173955f41aeeaa100c33f9da2.tar.bz2
gentoo-2-eadc9b26730f9b3173955f41aeeaa100c33f9da2.zip
Stable on x86, bug #122887.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cogito/ChangeLog5
-rw-r--r--dev-util/cogito/cogito-0.16.4.ebuild4
-rw-r--r--dev-util/git/ChangeLog5
-rw-r--r--dev-util/git/git-1.1.6.ebuild4
-rw-r--r--dev-util/stgit/ChangeLog5
-rw-r--r--dev-util/stgit/stgit-0.8.1.ebuild4
6 files changed, 18 insertions, 9 deletions
diff --git a/dev-util/cogito/ChangeLog b/dev-util/cogito/ChangeLog
index 4cbf501d2e11..94619b790c08 100644
--- a/dev-util/cogito/ChangeLog
+++ b/dev-util/cogito/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cogito
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cogito/ChangeLog,v 1.29 2006/02/15 09:20:45 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cogito/ChangeLog,v 1.30 2006/02/15 10:30:47 nelchael Exp $
+
+ 15 Feb 2006; Krzysiek Pawlik <nelchael@gentoo.org> cogito-0.16.4.ebuild:
+ Stable on x86, bug #122887.
15 Feb 2006; Fernando J. Pereda <ferdy@gentoo.org> cogito-0.16.4.ebuild:
Marked cogito-0.16.4 stable on alpha
diff --git a/dev-util/cogito/cogito-0.16.4.ebuild b/dev-util/cogito/cogito-0.16.4.ebuild
index 24daed4c9d5d..c2e95ec9e46b 100644
--- a/dev-util/cogito/cogito-0.16.4.ebuild
+++ b/dev-util/cogito/cogito-0.16.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cogito/cogito-0.16.4.ebuild,v 1.3 2006/02/15 09:20:45 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cogito/cogito-0.16.4.ebuild,v 1.4 2006/02/15 10:30:47 nelchael Exp $
inherit eutils
@@ -12,7 +12,7 @@ SRC_URI="http://kernel.org/pub/software/scm/cogito/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~ppc ~sparc x86"
IUSE="doc"
DEPEND="dev-libs/openssl
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog
index f7da24c74819..4ae70cdb4d82 100644
--- a/dev-util/git/ChangeLog
+++ b/dev-util/git/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/git
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.71 2006/02/15 09:15:48 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.72 2006/02/15 10:28:30 nelchael Exp $
+
+ 15 Feb 2006; Krzysiek Pawlik <nelchael@gentoo.org> git-1.1.6.ebuild:
+ Stable on x86, bug #122887.
15 Feb 2006; Fernando J. Pereda <ferdy@gentoo.org> -git-0.99.8a.ebuild,
-git-0.99.9n.ebuild, -git-1.0.6.ebuild, git-1.1.6.ebuild:
diff --git a/dev-util/git/git-1.1.6.ebuild b/dev-util/git/git-1.1.6.ebuild
index 02df04ef7c44..10a432c39a43 100644
--- a/dev-util/git/git-1.1.6.ebuild
+++ b/dev-util/git/git-1.1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.1.6.ebuild,v 1.3 2006/02/15 09:15:48 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.1.6.ebuild,v 1.4 2006/02/15 10:28:30 nelchael Exp $
inherit python toolchain-funcs eutils
@@ -14,7 +14,7 @@ SRC_URI="mirror://kernel/software/scm/git/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc x86"
IUSE="mozsha1 ppcsha1 doc curl tcltk gitsendemail webdav"
DEPEND="dev-libs/openssl
diff --git a/dev-util/stgit/ChangeLog b/dev-util/stgit/ChangeLog
index 4cf11b26be97..27bf72fd6186 100644
--- a/dev-util/stgit/ChangeLog
+++ b/dev-util/stgit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/stgit
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/ChangeLog,v 1.5 2006/02/15 09:23:00 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/ChangeLog,v 1.6 2006/02/15 10:31:54 nelchael Exp $
+
+ 15 Feb 2006; Krzysiek Pawlik <nelchael@gentoo.org> stgit-0.8.1.ebuild:
+ Stable on x86, bug #122887.
15 Feb 2006; Fernando J. Pereda <ferdy@gentoo.org> -stgit-0.8.ebuild,
stgit-0.8.1.ebuild:
diff --git a/dev-util/stgit/stgit-0.8.1.ebuild b/dev-util/stgit/stgit-0.8.1.ebuild
index 3216a01d31c9..3ec281d3bf90 100644
--- a/dev-util/stgit/stgit-0.8.1.ebuild
+++ b/dev-util/stgit/stgit-0.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/stgit-0.8.1.ebuild,v 1.2 2006/02/15 09:23:00 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/stgit-0.8.1.ebuild,v 1.3 2006/02/15 10:31:54 nelchael Exp $
inherit distutils
@@ -10,7 +10,7 @@ SRC_URI="http://homepage.ntlworld.com/cmarinas/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~x86"
+KEYWORDS="alpha x86"
IUSE=""
DEPEND=""