diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-29 00:33:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-29 00:33:24 +0000 |
commit | 3abdbfa3ebc77b39be9cde8226fd9fe8faee1b72 (patch) | |
tree | ecc6837fd8285e32e33dcd2a3d88c46257aa2d42 /app-office/ooodi | |
parent | Stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-3abdbfa3ebc77b39be9cde8226fd9fe8faee1b72.tar.gz gentoo-2-3abdbfa3ebc77b39be9cde8226fd9fe8faee1b72.tar.bz2 gentoo-2-3abdbfa3ebc77b39be9cde8226fd9fe8faee1b72.zip |
move from net-ftp #45968
Diffstat (limited to 'app-office/ooodi')
-rw-r--r-- | app-office/ooodi/ooodi-0.55.ebuild | 8 | ||||
-rw-r--r-- | app-office/ooodi/ooodi-0.61.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app-office/ooodi/ooodi-0.55.ebuild b/app-office/ooodi/ooodi-0.55.ebuild index ce80a5cc9995..875fea6a12ed 100644 --- a/app-office/ooodi/ooodi-0.55.ebuild +++ b/app-office/ooodi/ooodi-0.55.ebuild @@ -1,21 +1,21 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/ooodi/ooodi-0.55.ebuild,v 1.4 2004/03/02 21:35:12 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/ooodi/ooodi-0.55.ebuild,v 1.5 2004/03/29 00:32:35 vapier Exp $ MY_P="OOodi-${PV}" DESCRIPTION="automated dictionary installer for OpenOffice" -SRC_URI="mirror://sourceforge/ooodi/${MY_P}.tar.gz" HOMEPAGE="http://ooodi.sourceforge.net/" +SRC_URI="mirror://sourceforge/ooodi/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~amd64" IUSE="nls" -DEPEND="net-ftp/curl +DEPEND="net-misc/curl =x11-libs/gtk+-1*" -S="${WORKDIR}/${MY_P}" +S=${WORKDIR}/${MY_P} src_compile() { econf `use_enable nls` || die diff --git a/app-office/ooodi/ooodi-0.61.ebuild b/app-office/ooodi/ooodi-0.61.ebuild index db264878e8bb..07e5fc4261d9 100644 --- a/app-office/ooodi/ooodi-0.61.ebuild +++ b/app-office/ooodi/ooodi-0.61.ebuild @@ -1,21 +1,21 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/ooodi/ooodi-0.61.ebuild,v 1.4 2004/03/14 01:47:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/ooodi/ooodi-0.61.ebuild,v 1.5 2004/03/29 00:32:35 vapier Exp $ MY_P="OOodi2-${PV}" DESCRIPTION="automated dictionary installer for OpenOffice" -SRC_URI="mirror://sourceforge/ooodi/${MY_P}.tar.gz" HOMEPAGE="http://ooodi.sourceforge.net/" +SRC_URI="mirror://sourceforge/ooodi/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="-x86" IUSE="nls" -DEPEND="net-ftp/curl +DEPEND="net-misc/curl =x11-libs/gtk+-2*" -S="${WORKDIR}/${MY_P}" +S=${WORKDIR}/${MY_P} src_compile() { econf `use_enable nls` || die |