diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-02 12:33:39 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-02 12:33:39 +0000 |
commit | 2b71d1e796af20a33a7a44fddbe0d9bc8f5a52de (patch) | |
tree | 9cc2f42948577d804c91dbe5196ae4bf3629c695 /app-sci/setiathome | |
parent | add metadata.xml skel file (diff) | |
download | historical-2b71d1e796af20a33a7a44fddbe0d9bc8f5a52de.tar.gz historical-2b71d1e796af20a33a7a44fddbe0d9bc8f5a52de.tar.bz2 historical-2b71d1e796af20a33a7a44fddbe0d9bc8f5a52de.zip |
unmasks and changelog fixes
Diffstat (limited to 'app-sci/setiathome')
-rw-r--r-- | app-sci/setiathome/ChangeLog | 9 | ||||
-rw-r--r-- | app-sci/setiathome/setiathome-3.08-r1.ebuild | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-sci/setiathome/ChangeLog b/app-sci/setiathome/ChangeLog index 0b35a179d101..08558857b3fb 100644 --- a/app-sci/setiathome/ChangeLog +++ b/app-sci/setiathome/ChangeLog @@ -1,8 +1,8 @@ # ChangeLog for app-sci/setiathome # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/ChangeLog,v 1.8 2003/05/04 13:36:48 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/ChangeLog,v 1.9 2003/07/02 12:33:39 aliz Exp $ -*setiathome-3.08 (04 May 2003) +*setiathome-3.08-r1 (04 May 2003) 04 May 2003; Daniel Ahlberg <aliz@gentoo.org> setiathome-3.08-r1.ebuild : Closes #9467. @@ -12,6 +12,11 @@ 09 Par 2003; Daniel Ahlberg <aliz@gentoo.org> setiathome-3.08.ebuild : Security update. Rewrote package fetching. +*setiathome-3.03-r1 (13 Feb 2003) + + 02 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + *setiathome-3.03 (19 Jul 2002) 04 Feb 2003; Jason Wever <weeve@gentoo.org> setiathome-3.03-r1.ebuild : diff --git a/app-sci/setiathome/setiathome-3.08-r1.ebuild b/app-sci/setiathome/setiathome-3.08-r1.ebuild index 04e0f41bbfdb..572e2da608c9 100644 --- a/app-sci/setiathome/setiathome-3.08-r1.ebuild +++ b/app-sci/setiathome/setiathome-3.08-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-sci/setiathome/setiathome-3.08-r1.ebuild,v 1.1 2003/05/04 13:36:48 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.08-r1.ebuild,v 1.2 2003/07/02 12:33:39 aliz Exp $ IUSE="X" @@ -31,7 +31,7 @@ RDEPEND="X? ( x11-base/xfree )" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 -ppc -sparc -alpha" +KEYWORDS="x86 -ppc -sparc -alpha" src_unpack () { cd ${WORKDIR} |