diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 13:09:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 13:09:07 +0000 |
commit | c537972dd1cb91cd6761f22daddb9c2ae802157b (patch) | |
tree | 6867683fd43cccc76f4e6de1aa2fb600abad027d /app-office/openoffice | |
parent | repoman'd (diff) | |
download | gentoo-2-c537972dd1cb91cd6761f22daddb9c2ae802157b.tar.gz gentoo-2-c537972dd1cb91cd6761f22daddb9c2ae802157b.tar.bz2 gentoo-2-c537972dd1cb91cd6761f22daddb9c2ae802157b.zip |
repoman'd
Diffstat (limited to 'app-office/openoffice')
-rw-r--r-- | app-office/openoffice/openoffice-1.0.0-r1.ebuild | 6 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.0.0-r2.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/app-office/openoffice/openoffice-1.0.0-r1.ebuild b/app-office/openoffice/openoffice-1.0.0-r1.ebuild index 835fc9e659a4..f4ca41958b2a 100644 --- a/app-office/openoffice/openoffice-1.0.0-r1.ebuild +++ b/app-office/openoffice/openoffice-1.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.0-r1.ebuild,v 1.3 2002/07/11 06:30:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.0-r1.ebuild,v 1.4 2002/08/01 13:09:06 seemant Exp $ # IMPORTANT: This is extremely alpha!!! @@ -27,6 +27,10 @@ # Some kind of install process. Works mostly, but the xml registry # needs to be updated via a script or some program, not a tarball. +SLOT="0" +LICENSE="LGPL-2 | SISSL-1.1" +KEYWORDS="x86" + LOC="/opt" #MAIN_VER="`echo ${PV} |sed -e "s:[a-z]::g"`" MAIN_VER="641" diff --git a/app-office/openoffice/openoffice-1.0.0-r2.ebuild b/app-office/openoffice/openoffice-1.0.0-r2.ebuild index 4601ccc07c4d..aec6036860e6 100644 --- a/app-office/openoffice/openoffice-1.0.0-r2.ebuild +++ b/app-office/openoffice/openoffice-1.0.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.0-r2.ebuild,v 1.1 2002/07/15 18:51:37 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.0-r2.ebuild,v 1.2 2002/08/01 13:09:06 seemant Exp $ inherit virtualx @@ -29,6 +29,10 @@ inherit virtualx # Some kind of install process. Works mostly, but the xml registry # needs to be updated via a script or some program, not a tarball. +SLOT="0" +LICENSE="LGPL-2 | SISSL-1.1" +KEYWORDS="x86" + LOC="/opt" #MAIN_VER="`echo ${PV} |sed -e "s:[a-z]::g"`" MAIN_VER="641" |