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/siag | |
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/siag')
-rw-r--r-- | app-office/siag/files/digest-siag-3.4.7 | 1 | ||||
-rw-r--r-- | app-office/siag/files/digest-siag-3.5.2 | 1 | ||||
-rw-r--r-- | app-office/siag/files/digest-siag-3.5.2-r1 | 1 | ||||
-rw-r--r-- | app-office/siag/siag-3.4.7.ebuild | 53 | ||||
-rw-r--r-- | app-office/siag/siag-3.5.2-r1.ebuild | 48 | ||||
-rw-r--r-- | app-office/siag/siag-3.5.2-r2.ebuild | 16 | ||||
-rw-r--r-- | app-office/siag/siag-3.5.2.ebuild | 48 |
7 files changed, 9 insertions, 159 deletions
diff --git a/app-office/siag/files/digest-siag-3.4.7 b/app-office/siag/files/digest-siag-3.4.7 deleted file mode 100644 index f050f0703e60..000000000000 --- a/app-office/siag/files/digest-siag-3.4.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 354d0ccb5d9bd8abf61cd32f37a75f57 siag-3.4.7.tar.gz 2486716 diff --git a/app-office/siag/files/digest-siag-3.5.2 b/app-office/siag/files/digest-siag-3.5.2 deleted file mode 100644 index a5c41821208e..000000000000 --- a/app-office/siag/files/digest-siag-3.5.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 80169faebe7bca9fd531b53b6c5d3ed5 siag-3.5.2.tar.gz 1514672 diff --git a/app-office/siag/files/digest-siag-3.5.2-r1 b/app-office/siag/files/digest-siag-3.5.2-r1 deleted file mode 100644 index a5c41821208e..000000000000 --- a/app-office/siag/files/digest-siag-3.5.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 80169faebe7bca9fd531b53b6c5d3ed5 siag-3.5.2.tar.gz 1514672 diff --git a/app-office/siag/siag-3.4.7.ebuild b/app-office/siag/siag-3.4.7.ebuild deleted file mode 100644 index 72b4c970999f..000000000000 --- a/app-office/siag/siag-3.4.7.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# 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/siag/siag-3.4.7.ebuild,v 1.5 2002/08/01 11:58:59 seemant Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A free Office package for Linux" -SRC_URI="ftp://siag.nu/pub/siag/${P}.tar.gz" -HOMEPAGE="http://siag.nu/" - -DEPEND="virtual/x11 - >=dev-libs/gmp-3.1.1 - >=media-libs/t1lib-1.0.1 - mysql? ( dev-db/mysql ) - guile? ( dev-util/guile )" - -RDEPEND="virtual/x11 - >=media-libs/t1lib-1.0.1" - -src_compile() { - - local myconf - if [ "`use mysql`" ] - then - myconf="--with-mysql" - else - myconf="--without-mysql" - fi - if [ "`use guile`" ] - then - myconf="$myconf --with-guile" - else - myconf="$myconf --without-guile" - fi -# siag only supports python1.5 -# if [ "`use python`" ] -# then -# myconf="$myconf --with-python" -# else -# myconf="$myconf --without-python" -# fi - try ./configure --prefix=/opt/siag --mandir=/opt/siag/share/man --host=${CHOST} \ - --with-gmp --with-t1lib $myconf - try make - -} - -src_install () { - - try make DESTDIR=${D} install - insinto /etc/env.d - doins ${FILESDIR}/10siag -} - diff --git a/app-office/siag/siag-3.5.2-r1.ebuild b/app-office/siag/siag-3.5.2-r1.ebuild deleted file mode 100644 index 94efaa95b934..000000000000 --- a/app-office/siag/siag-3.5.2-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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/siag/siag-3.5.2-r1.ebuild,v 1.3 2002/08/01 11:58:59 seemant Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A free Office package for Linux" -SRC_URI="ftp://siag.nu/pub/siag/${P}.tar.gz" -HOMEPAGE="http://siag.nu/" - -DEPEND="virtual/x11 - >=dev-libs/gmp-3.1.1 - >=media-libs/xpm-3.4 - >=x11-misc/mowitz-0.2.1 - >=dev-lang/tcl-8.0.0" -# >=media-libs/t1lib-1.0.1" - -RDEPEND="virtual/x11" -# >=media-libs/t1lib-1.0.1" - -src_compile() { - - local myconf -#Causes segfaults in 3.5.2 on my system... -# if [ "`use guile`" ] -# then -# myconf="$myconf --with-guile" -# else -# myconf="$myconf --without-guile" -# fi - ./configure --prefix=/usr \ - --with-x \ - --with-xawm="Xaw" \ - --mandir=/usr/share/man \ - --host=${CHOST} \ - --with-tcl \ - --with-gmp \ - $myconf || die "Configure failed" -# --with-t1lib \ - - make || die "Make failed" - -} - -src_install () { - - make DESTDIR=${D} install || die "Install failed" -} - diff --git a/app-office/siag/siag-3.5.2-r2.ebuild b/app-office/siag/siag-3.5.2-r2.ebuild index 6d75fee7d9b5..0b1dbb06317b 100644 --- a/app-office/siag/siag-3.5.2-r2.ebuild +++ b/app-office/siag/siag-3.5.2-r2.ebuild @@ -1,12 +1,16 @@ # 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/siag/siag-3.5.2-r2.ebuild,v 1.3 2002/08/01 11:58:59 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/siag/siag-3.5.2-r2.ebuild,v 1.4 2002/08/01 13:09:06 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A free Office package for Linux" SRC_URI="ftp://siag.nu/pub/siag/${P}.tar.gz" HOMEPAGE="http://siag.nu/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="virtual/x11 >=dev-libs/gmp-3.1.1 >=media-libs/xpm-3.4 @@ -34,7 +38,6 @@ src_unpack() { > common/kdeinst.hacked && \ mv common/kdeinst.hacked common/kdeinst || die "Hacking of kdeinst failed" fi - } src_compile() { @@ -43,9 +46,9 @@ src_compile() { #Causes segfaults in 3.5.2 on my system... # if [ "`use guile`" ] # then -# myconf="$myconf --with-guile" +# myconf="${myconf} --with-guile" # else -# myconf="$myconf --without-guile" +# myconf="${myconf} --without-guile" # fi ./configure --prefix=/usr \ --with-x \ @@ -54,11 +57,10 @@ src_compile() { --host=${CHOST} \ --with-tcl \ --with-gmp \ - $myconf || die "Configure failed" + ${myconf} || die "Configure failed" # --with-t1lib \ make || die "Make failed" - } src_install () { @@ -70,5 +72,5 @@ src_install () { make DESTDIR=${D} install || die "Install failed" + dodoc AUTHORS COPYING ChangeLog FILES NEWS NLS README } - diff --git a/app-office/siag/siag-3.5.2.ebuild b/app-office/siag/siag-3.5.2.ebuild deleted file mode 100644 index 8f00e84237cd..000000000000 --- a/app-office/siag/siag-3.5.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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/siag/siag-3.5.2.ebuild,v 1.3 2002/08/01 11:58:59 seemant Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A free Office package for Linux" -SRC_URI="ftp://siag.nu/pub/siag/${P}.tar.gz" -HOMEPAGE="http://siag.nu/" - -DEPEND="virtual/x11 - >=dev-libs/gmp-3.1.1 - >=media-libs/xpm-3.4 - >=x11-misc/mowitz-0.2.1 - >=dev-lang/tcl-8.0.0" -# >=media-libs/t1lib-1.0.1" - -RDEPEND="virtual/x11" -# >=media-libs/t1lib-1.0.1" - -src_compile() { - - local myconf -#Causes segfaults in 3.5.2 on my system... -# if [ "`use guile`" ] -# then -# myconf="$myconf --with-guile" -# else -# myconf="$myconf --without-guile" -# fi - ./configure --prefix=/usr \ - --with-x \ - --with-xawm="Xaw" \ - --mandir=/use/share/man \ - --host=${CHOST} \ - --with-tcl \ - --with-gmp \ - $myconf || die "Configure failed" -# --with-t1lib \ - - make || die "Make failed" - -} - -src_install () { - - make DESTDIR=${D} install || die "Install failed" -} - |