diff options
-rw-r--r-- | dev-util/strace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/strace/strace-4.4.93.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/man-pages/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/man-pages/man-pages-1.55.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index 97ab27b1ac14..82fe2e328a12 100644 --- a/dev-util/strace/ChangeLog +++ b/dev-util/strace/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-util/strace # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.12 2003/02/16 10:56:48 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.13 2003/02/23 02:29:35 agriffis Exp $ *strace-4.4.93 (16 Feb 2003) + 22 Feb 2003; Aron Griffis <agriffis@gentoo.org> strace-4.4.93.ebuild : + Mark stable on alpha + 16 Feb 2003; Jan Seidel <tuxus@gentoo.org> strace-4.4.93.ebuild : Added mips to keywords diff --git a/dev-util/strace/strace-4.4.93.ebuild b/dev-util/strace/strace-4.4.93.ebuild index 230be9e8f3f1..45b41442ba2d 100644 --- a/dev-util/strace/strace-4.4.93.ebuild +++ b/dev-util/strace/strace-4.4.93.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.93.ebuild,v 1.1 2003/02/16 10:56:48 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.93.ebuild,v 1.2 2003/02/23 02:29:35 agriffis Exp $ # NOTE: For some reason, upstream has changed the naming scheme # for the tarballs to something quite lame: @@ -19,7 +19,7 @@ HOMEPAGE="http://www.wi.leidenuniv.nl/~wichert/strace/" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa mips" +KEYWORDS="~x86 ~ppc ~sparc alpha ~hppa mips" DEPEND="virtual/glibc >=sys-devel/autoconf-2.54" diff --git a/sys-apps/man-pages/ChangeLog b/sys-apps/man-pages/ChangeLog index 46c172c1b500..384d0fd468ee 100644 --- a/sys-apps/man-pages/ChangeLog +++ b/sys-apps/man-pages/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for sys-apps/man-pages # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.14 2003/02/22 02:18:35 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.15 2003/02/23 02:25:10 agriffis Exp $ 21 Feb 2003; Zach Welch <zwelch@gentoo.org> man-pages-1.54.ebuild man-pages-1.55.ebuild : @@ -8,6 +8,9 @@ *man-pages-1.55 (09 Feb 2003) + 22 Feb 2003; Aron Griffis <agriffis@gentoo.org> man-pages-1.55.ebuild : + Mark stable on alpha + 09 Feb 2003; Seemant Kulleen <seemant@gentoo.org> man-pages-1.55.ebuild files/digest-man-pages-1.55 : diff --git a/sys-apps/man-pages/man-pages-1.55.ebuild b/sys-apps/man-pages/man-pages-1.55.ebuild index ca954ab29f5b..3071b6069845 100644 --- a/sys-apps/man-pages/man-pages-1.55.ebuild +++ b/sys-apps/man-pages/man-pages-1.55.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-1.55.ebuild,v 1.3 2003/02/22 02:18:35 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-1.55.ebuild,v 1.4 2003/02/23 02:25:10 agriffis Exp $ MY_PN=${PN/-/} S=${WORKDIR}/${P} DESCRIPTION="A somewhat comprehensive collection of Linux man pages" SRC_URI="ftp://ftp.kernel.org/pub/linux/docs/${MY_PN}/${P}.tar.bz2" HOMEPAGE="http://www.win.tue.nl/~aeb/linux/man/" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="~x86 ~ppc ~sparc alpha ~mips ~hppa ~arm" RDEPEND="sys-apps/man" LICENSE="GPL-2" |