diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-02 16:39:08 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-02 16:39:08 +0000 |
commit | 0c0fa6c6732842ac398c1b9d87a05561c33f6864 (patch) | |
tree | 32a40ecfec598067e91c866f51cb09d1046dc17c /app-office | |
parent | new upstream version (diff) | |
download | historical-0c0fa6c6732842ac398c1b9d87a05561c33f6864.tar.gz historical-0c0fa6c6732842ac398c1b9d87a05561c33f6864.tar.bz2 historical-0c0fa6c6732842ac398c1b9d87a05561c33f6864.zip |
sync IUSE (missing)
Diffstat (limited to 'app-office')
-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 | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/app-office/sc/ChangeLog b/app-office/sc/ChangeLog index 26e8933204f3..a293116faa48 100644 --- a/app-office/sc/ChangeLog +++ b/app-office/sc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/sc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/sc/ChangeLog,v 1.9 2004/06/24 22:45:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/sc/ChangeLog,v 1.10 2004/07/02 16:39:08 agriffis Exp $ + + 02 Jul 2004; Aron Griffis <agriffis@gentoo.org> sc-7.12.ebuild: + sync IUSE (missing) 18 Jun 2004; Jason Wever <weeve@gentoo.org> sc-7.12.ebuild: Stable on sparc. diff --git a/app-office/sc/Manifest b/app-office/sc/Manifest index 7507b0eab7b4..47d298f18e11 100644 --- a/app-office/sc/Manifest +++ b/app-office/sc/Manifest @@ -1,3 +1,3 @@ -MD5 ed31662abf9db838bfa0b111923addbf sc-7.12.ebuild 965 -MD5 925ae9a603237e94510d7a9e8ec00b17 ChangeLog 1235 +MD5 7b19732ff16b16d49244fb4671eb453e sc-7.12.ebuild 973 +MD5 8668ce88facde796b81b51e25046b23e ChangeLog 1325 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 d089957cff0e..a3bcb981fae9 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 Foundation # 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.16 2004/06/24 22:45:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/sc/sc-7.12.ebuild,v 1.17 2004/07/02 16:39:08 agriffis 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" @@ -9,6 +9,7 @@ HOMEPAGE="http://ibiblio.org/pub/Linux/apps/financial/spreadsheet/" SLOT="0" LICENSE="public-domain" KEYWORDS="x86 ppc sparc ~amd64" +IUSE="" DEPEND=">=sys-apps/sed-4.0.5 >=sys-libs/ncurses-5.2" |