diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-11 18:32:50 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-11 18:32:50 +0000 |
commit | 2c010826a776de531fd082ce4d9971672d3d3110 (patch) | |
tree | 423ce2208e6752e0546867294c17a18bbc78a00c | |
parent | The distfile moved! Chase it. (diff) | |
download | gentoo-2-2c010826a776de531fd082ce4d9971672d3d3110.tar.gz gentoo-2-2c010826a776de531fd082ce4d9971672d3d3110.tar.bz2 gentoo-2-2c010826a776de531fd082ce4d9971672d3d3110.zip |
unmasks and changelog fixes
-rw-r--r-- | app-admin/gnomesu/gnomesu-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/hddtemp/hddtemp-0.3_beta6-r1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/mirrorselect/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/realpath/realpath-1.9.3.ebuild | 4 |
4 files changed, 12 insertions, 7 deletions
diff --git a/app-admin/gnomesu/gnomesu-0.3.1.ebuild b/app-admin/gnomesu/gnomesu-0.3.1.ebuild index 162407276765..b939b2f42c5b 100644 --- a/app-admin/gnomesu/gnomesu-0.3.1.ebuild +++ b/app-admin/gnomesu/gnomesu-0.3.1.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/app-admin/gnomesu/gnomesu-0.3.1.ebuild,v 1.2 2003/07/09 17:21:29 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gnomesu/gnomesu-0.3.1.ebuild,v 1.3 2003/07/11 18:32:47 aliz Exp $ inherit gnome2 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/xsu/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2 diff --git a/app-admin/hddtemp/hddtemp-0.3_beta6-r1.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta6-r1.ebuild index d37f292919ff..6c8e94871384 100644 --- a/app-admin/hddtemp/hddtemp-0.3_beta6-r1.ebuild +++ b/app-admin/hddtemp/hddtemp-0.3_beta6-r1.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/app-admin/hddtemp/hddtemp-0.3_beta6-r1.ebuild,v 1.1 2003/06/12 01:09:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta6-r1.ebuild,v 1.2 2003/07/11 18:32:49 aliz Exp $ MY_P=${P/_beta/-beta} HDDDB_VERSION=20030609 @@ -11,7 +11,7 @@ DESCRIPTION="A simple utility to read the temperature of SMART IDE hard drives" HOMEPAGE="http://coredump.free.fr/linux/hddtemp.php" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc" DEPEND="virtual/glibc" SRC_URI="http://coredump.free.fr/linux/${MY_P}.tar.gz diff --git a/app-admin/mirrorselect/ChangeLog b/app-admin/mirrorselect/ChangeLog index 43f48d5c32d9..bf292a996ec0 100644 --- a/app-admin/mirrorselect/ChangeLog +++ b/app-admin/mirrorselect/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/mirrorselect # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/mirrorselect/ChangeLog,v 1.16 2003/05/18 22:37:50 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mirrorselect/ChangeLog,v 1.17 2003/07/11 18:32:50 aliz Exp $ + +*mirrorselect-0.6 (09 Jul 2003) + + 11 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. 18 May 2003; John Mylchreest <johnm@gentoo.org>; mirrorselect-0.5.ebuild: moved 0.5 to stable to prevent problems im 0.3 surfacing diff --git a/app-admin/realpath/realpath-1.9.3.ebuild b/app-admin/realpath/realpath-1.9.3.ebuild index 6e9032f487ac..9c435925ac45 100644 --- a/app-admin/realpath/realpath-1.9.3.ebuild +++ b/app-admin/realpath/realpath-1.9.3.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/app-admin/realpath/realpath-1.9.3.ebuild,v 1.1 2003/06/10 20:41:38 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.3.ebuild,v 1.2 2003/07/11 18:32:50 aliz Exp $ DESCRIPTION="Return the canonicalized absolute pathname" HOMEPAGE="http://packages.debian.org/unstable/utils/realpath.html" SRC_URI="http://ftp.debian.org/debian/pool/main/d/dwww/dwww_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="" |