diff options
author | Jason Wever <weeve@gentoo.org> | 2004-03-19 03:27:51 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-03-19 03:27:51 +0000 |
commit | 6ead9ad6663bb0764cd4a4b55a26b251a503ce35 (patch) | |
tree | 0a8353bb8176359aced5fe58665288652c48974b /app-office/sc | |
parent | Small fix to check for pcmcia already being present before probing things. Th... (diff) | |
download | historical-6ead9ad6663bb0764cd4a4b55a26b251a503ce35.tar.gz historical-6ead9ad6663bb0764cd4a4b55a26b251a503ce35.tar.bz2 historical-6ead9ad6663bb0764cd4a4b55a26b251a503ce35.zip |
Added ~sparc keyword.
Diffstat (limited to 'app-office/sc')
-rw-r--r-- | app-office/sc/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/sc/Manifest | 4 | ||||
-rw-r--r-- | app-office/sc/sc-7.12.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-office/sc/ChangeLog b/app-office/sc/ChangeLog index 94ef0b7dbc6c..d4ba1b0b7a82 100644 --- a/app-office/sc/ChangeLog +++ b/app-office/sc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/sc # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/sc/ChangeLog,v 1.6 2004/03/14 01:45:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/sc/ChangeLog,v 1.7 2004/03/19 03:27:50 weeve Exp $ + + 18 Mar 2004; Jason Wever <weeve@gentoo.org> sc-7.12.ebuild: + Added ~sparc keyword. 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> sc-7.12.ebuild: Don't assign default to S; header fix diff --git a/app-office/sc/Manifest b/app-office/sc/Manifest index bb2ee69f3934..d52b113b756f 100644 --- a/app-office/sc/Manifest +++ b/app-office/sc/Manifest @@ -1,3 +1,3 @@ -MD5 9a5b3409819807fccdcd9cdcf1b581ea ChangeLog 1076 -MD5 1d9667028d08c04839f82607507b42fb sc-7.12.ebuild 962 +MD5 84c30bb0a62caed38478485c1005b302 ChangeLog 1159 +MD5 359886a1a526836ac9d85a13401a6759 sc-7.12.ebuild 965 MD5 f47369435a7c7e6fd45629852c8ec440 files/digest-sc-7.12 59 diff --git a/app-office/sc/sc-7.12.ebuild b/app-office/sc/sc-7.12.ebuild index bb41506912f1..ab7c5e1fcaf0 100644 --- a/app-office/sc/sc-7.12.ebuild +++ b/app-office/sc/sc-7.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/sc/sc-7.12.ebuild,v 1.12 2004/03/14 01:45:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/sc/sc-7.12.ebuild,v 1.13 2004/03/19 03:27:51 weeve Exp $ DESCRIPTION="sc is a free curses-based spreadsheet program that uses key bindings similar to vi and less." SRC_URI="ftp://ibiblio.org/pub/Linux/apps/financial/spreadsheet/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://ibiblio.org/pub/Linux/apps/financial/spreadsheet/" SLOT="0" LICENSE="public-domain" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~sparc" DEPEND=">=sys-apps/sed-4.0.5 >=sys-libs/ncurses-5.2" |