summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Verwilst <verwilst@gentoo.org>2002-02-10 18:23:36 +0000
committerBart Verwilst <verwilst@gentoo.org>2002-02-10 18:23:36 +0000
commit3b75798c2c34f30a2c164537db9504f835739e2f (patch)
tree9b914553ad280f659e4d8c2232aa6b36ddb2cb12 /app-office/abiword
parentadded even more SLOT vars (diff)
downloadgentoo-2-3b75798c2c34f30a2c164537db9504f835739e2f.tar.gz
gentoo-2-3b75798c2c34f30a2c164537db9504f835739e2f.tar.bz2
gentoo-2-3b75798c2c34f30a2c164537db9504f835739e2f.zip
clean up dir, added SLOT to latest version
Diffstat (limited to 'app-office/abiword')
-rw-r--r--app-office/abiword/abiword-0.9.3-r1.ebuild70
-rw-r--r--app-office/abiword/abiword-0.9.4-r1.ebuild83
-rw-r--r--app-office/abiword/abiword-0.9.5.ebuild95
-rw-r--r--app-office/abiword/abiword-0.9.6.1-r1.ebuild4
-rw-r--r--app-office/abiword/abiword-0.9.6.1.ebuild115
-rw-r--r--app-office/abiword/files/digest-abiword-0.9.3-r11
-rw-r--r--app-office/abiword/files/digest-abiword-0.9.4-r11
-rw-r--r--app-office/abiword/files/digest-abiword-0.9.51
-rw-r--r--app-office/abiword/files/digest-abiword-0.9.6.11
9 files changed, 2 insertions, 369 deletions
diff --git a/app-office/abiword/abiword-0.9.3-r1.ebuild b/app-office/abiword/abiword-0.9.3-r1.ebuild
deleted file mode 100644
index 577fc13b4843..000000000000
--- a/app-office/abiword/abiword-0.9.3-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Karl Trygve Kalleberg <karltk@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-0.9.3-r1.ebuild,v 1.1 2001/10/06 20:15:36 hallski Exp $
-
-S=${WORKDIR}/${P}/abi
-DESCRIPTION="Text processor"
-SRC_URI="http://prdownloads.sourceforge.net/abiword/abiword-0.9.3.tar.gz"
-
-HOMEPAGE="http://www.abisource.com"
-
-DEPEND="virtual/glibc
- >=sys-devel/gcc-2.95.2
- =media-libs/freetype-1.3.1-r2
- >=media-libs/libpng-1.0.7
- >=x11-libs/gtk+-1.2.10-r4
- gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1
- >=dev-libs/libunicode-0.4-r1
- >=gnome-base/bonobo-1.0.9-r1
- >=gnome-extra/gal-0.13-r1 )
- spell? ( >=app-text/pspell-0.11.2 )
- virtual/x11"
-
-
- if [ "`use gnome`" ] ; then
- myconf="ABI_OPT_GNOME=1 ABI_OPT_BONOBO=1 "
- fi
-
- if [ "`use spell`" ] ; then
- myconf="$myconf ABI_OPT_PSPELL=1"
- fi
-
-src_compile() {
- if [ "`use spell`" ]
- then
- cd ${S}/src/config
- cp abi_defs.mk abi_defs.orig
- sed -e "s:-lltdl::" abi_defs.orig > abi_defs.mk
- fi
-
- cd ${S}
-
- # Doesn't work with -j 4 (hallski)
- make prefix=/usr \
- UNIX_CAN_BUILD_STATIC=0 \
- $myconf \
- OPTIMIZER="$CFLAGS" || die
-}
-
-src_install() {
- make prefix=${D}/usr install || die
-
- cp ${D}/usr/AbiSuite/bin/AbiWord AbiWord.orig
- sed -e "s:${D}::" AbiWord.orig > ${D}/usr/AbiSuite/bin/AbiWord
-
- cd ${D}/usr/bin
- rm -f abiword
- rm -f AbiWord
- ln -s ../AbiSuite/bin/AbiWord AbiWord
- ln -s ../AbiSuite/bin/AbiWord abiword
-
- # Install icon and .desktop for menu entry
- if [ "`use gnome`" ] ; then
- insinto /usr/share/pixmaps
- newins ${WORKDIR}/${P}/abidistfiles/icons/abiword_48.png AbiWord.png
- insinto /usr/share/gnome/apps/Applications
- doins ${FILESDIR}/AbiWord.desktop
- fi
-}
-
diff --git a/app-office/abiword/abiword-0.9.4-r1.ebuild b/app-office/abiword/abiword-0.9.4-r1.ebuild
deleted file mode 100644
index ec2892327c18..000000000000
--- a/app-office/abiword/abiword-0.9.4-r1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Karl Trygve Kalleberg <karltk@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-0.9.4-r1.ebuild,v 1.3 2001/10/30 01:48:35 lordjoe Exp $
-
-S=${WORKDIR}/${P}/abi
-DESCRIPTION="Text processor"
-SRC_URI="http://prdownloads.sourceforge.net/abiword/abiword-${PV}.tar.gz"
-HOMEPAGE="http://www.abisource.com"
-
-DEPEND="virtual/glibc
- >=sys-devel/gcc-2.95.2
- =media-libs/freetype-1.3.1-r3
- >=media-libs/libpng-1.0.7
- >=x11-libs/gtk+-1.2.10-r4
- gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1
- >=dev-libs/libunicode-0.4-r1
- >=gnome-base/bonobo-1.0.9-r1
- >=gnome-extra/gal-0.13-r1 )
- spell? ( >=app-text/pspell-0.11.2 )
- virtual/x11"
-
-
-src_compile() {
-
- local myconf
- if [ "`use gnome`" ] ; then
- myconf="${myconf} --with-gnome"
- export ABI_OPT_BONOBO=1
- fi
-
- if [ "`use spell`" ] ; then
- myconf="${myconf} --with-pspell"
- fi
-
- ./autogen.sh
-
- echo
- echo "*************************************************"
- echo "* Ignore above ERROR as it does not cause build *"
- echo "* to fail. *"
- echo "*************************************************"
- echo
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --enable-extra-optimization \
- ${myconf} || die
-
- # Doesn't work with -j 4 (hallski)
- make UNIX_CAN_BUILD_STATIC=0 \
- OPTIMIZER="${CFLAGS}" || die
-}
-
-src_install() {
-
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
-
- cp ${D}/usr/bin/AbiWord ${WORKDIR}/AbiWord.orig
- sed -e "s:${D}::" ${WORKDIR}/AbiWord.orig > ${D}/usr/bin/AbiWord
-
- rm -f ${D}/usr/bin/abiword
- dosym /usr/bin/AbiWord /usr/bin/abiword
-
- dodoc BUILD COPYING *.txt, *.TXT
-
- # Install icon and .desktop for menu entry
- if [ "`use gnome`" ] ; then
- insinto /usr/share/pixmaps
- newins ${WORKDIR}/${P}/abidistfiles/icons/abiword_48.png AbiWord.png
- insinto /usr/share/gnome/apps/Applications
- doins ${FILESDIR}/AbiWord.desktop
- fi
-}
diff --git a/app-office/abiword/abiword-0.9.5.ebuild b/app-office/abiword/abiword-0.9.5.ebuild
deleted file mode 100644
index a973e2593712..000000000000
--- a/app-office/abiword/abiword-0.9.5.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Karl Trygve Kalleberg <karltk@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-0.9.5.ebuild,v 1.1 2001/11/26 22:33:51 azarah Exp $
-
-S=${WORKDIR}/${P}/abi
-DESCRIPTION="Text processor"
-SRC_URI="http://download.sourceforge.net/abiword/abiword-${PV}.tar.gz"
-HOMEPAGE="http://www.abisource.com"
-
-DEPEND="virtual/glibc
- >=sys-devel/gcc-2.95.2
- =media-libs/freetype-1.3.1-r3
- >=media-libs/libpng-1.0.7
- >=media-libs/jpeg-6b-r2
- >=x11-libs/gtk+-1.2.10-r4
- gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1
- >=dev-libs/libunicode-0.4-r1
- >=gnome-base/bonobo-1.0.9-r1
- >=gnome-extra/gal-0.13-r1 )
- perl? ( >=sys-devel/perl-5.6 )
- spell? ( >=app-text/pspell-0.11.2 )
- xml2? ( >=dev-libs/libxml2-2.4.10 )
- virtual/x11"
-
-
-src_compile() {
-
- local myconf
- if [ "`use gnome`" ] ; then
- myconf="${myconf} --with-gnome --enable-gnome"
- export ABI_OPT_BONOBO=1
- fi
-
- if [ "`use perl`" ] ; then
- myconf="${myconf} --enable-scripting"
- fi
-
- if [ "`use spell`" ] ; then
- myconf="${myconf} --with-pspell"
- fi
-
- if [ "`use xml2`" ] ; then
- myconf="${myconf} --with-libxml2"
- fi
-
- ./autogen.sh
-
- echo
- echo "*************************************************"
- echo "* Ignore above ERROR as it does not cause build *"
- echo "* to fail. *"
- echo "*************************************************"
- echo
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --with-libjpeg \
- --enable-extra-optimization \
- ${myconf} || die
-
- # Doesn't work with -j 4 (hallski)
- make UNIX_CAN_BUILD_STATIC=0 \
- OPTIMIZER="${CFLAGS}" || die
-}
-
-src_install() {
-
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
-
- cp ${D}/usr/bin/AbiWord ${WORKDIR}/AbiWord.orig
- sed -e "s:${D}::" ${WORKDIR}/AbiWord.orig > ${D}/usr/bin/AbiWord
-
- rm -f ${D}/usr/bin/abiword
- dosym /usr/bin/AbiWord /usr/bin/abiword
-
- dodoc BUILD COPYING *.txt, *.TXT
-
- # Install icon and .desktop for menu entry
- if [ "`use gnome`" ] ; then
- insinto /usr/share/pixmaps
- newins ${WORKDIR}/${P}/abidistfiles/icons/abiword_48.png AbiWord.png
- insinto /usr/share/gnome/apps/Applications
- doins ${FILESDIR}/AbiWord.desktop
- fi
-}
diff --git a/app-office/abiword/abiword-0.9.6.1-r1.ebuild b/app-office/abiword/abiword-0.9.6.1-r1.ebuild
index 585ed90c3132..6ca1ca3f5ad0 100644
--- a/app-office/abiword/abiword-0.9.6.1-r1.ebuild
+++ b/app-office/abiword/abiword-0.9.6.1-r1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Karl Trygve Kalleberg <karltk@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-0.9.6.1-r1.ebuild,v 1.1 2002/01/03 15:52:06 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-0.9.6.1-r1.ebuild,v 1.2 2002/02/10 18:23:36 verwilst Exp $
S=${WORKDIR}/${P}/abi
DESCRIPTION="Text processor"
SRC_URI="http://download.sourceforge.net/abiword/abiword-${PV}.tar.gz"
HOMEPAGE="http://www.abisource.com"
-
+SLOT="0"
DEPEND="virtual/glibc
>=sys-devel/gcc-2.95.2
=media-libs/freetype-1.3.1-r3
diff --git a/app-office/abiword/abiword-0.9.6.1.ebuild b/app-office/abiword/abiword-0.9.6.1.ebuild
deleted file mode 100644
index 652b436574ed..000000000000
--- a/app-office/abiword/abiword-0.9.6.1.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Karl Trygve Kalleberg <karltk@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-0.9.6.1.ebuild,v 1.1 2001/12/18 18:53:23 azarah Exp $
-
-S=${WORKDIR}/${P}/abi
-DESCRIPTION="Text processor"
-SRC_URI="http://download.sourceforge.net/abiword/abiword-${PV}.tar.gz"
-HOMEPAGE="http://www.abisource.com"
-
-DEPEND="virtual/glibc
- >=sys-devel/gcc-2.95.2
- =media-libs/freetype-1.3.1-r3
- >=media-libs/libpng-1.0.7
- >=media-libs/jpeg-6b-r2
- >=x11-libs/gtk+-1.2.10-r4
- gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1
- >=dev-libs/libunicode-0.4-r1
- >=gnome-base/bonobo-1.0.9-r1
- >=gnome-extra/gal-0.13-r1 )
- perl? ( >=sys-devel/perl-5.6 )
- spell? ( >=app-text/pspell-0.11.2 )
- xml2? ( >=dev-libs/libxml2-2.4.10 )
- virtual/x11"
-
-
-src_unpack() {
-
- unpack ${A}
-
- # Fix perl stuff install outside sandbox
- cd ${S}/src/bindings/perl
- patch <${FILESDIR}/gentoo-perl.diff || die
- cd ${S}
-}
-
-src_compile() {
-
- local myconf
- if [ "`use gnome`" ] ; then
- myconf="${myconf} --with-gnome --enable-gnome"
- export ABI_OPT_BONOBO=1
- fi
-
- if [ "`use perl`" ] ; then
- myconf="${myconf} --enable-scripting"
- fi
-
- if [ "`use spell`" ] ; then
- myconf="${myconf} --with-pspell"
- fi
-
- if [ "`use xml2`" ] ; then
- myconf="${myconf} --with-libxml2"
- fi
-
- ./autogen.sh
-
- echo
- echo "*************************************************"
- echo "* Ignore above ERROR as it does not cause build *"
- echo "* to fail. *"
- echo "*************************************************"
- echo
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --with-libjpeg \
- --enable-extra-optimization \
- ${myconf} || die
-
- # Doesn't work with -j 4 (hallski)
- make UNIX_CAN_BUILD_STATIC=0 \
- OPTIMIZER="${CFLAGS}" || die
-}
-
-src_install() {
-
- dodir /usr/{bin,lib}
-
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
-
- cp ${D}/usr/bin/AbiWord ${WORKDIR}/AbiWord.orig
- sed -e "s:${D}::" ${WORKDIR}/AbiWord.orig > ${D}/usr/bin/AbiWord
-
- rm -f ${D}/usr/bin/abiword
- dosym /usr/bin/AbiWord /usr/bin/abiword
-
- dodoc BUILD COPYING *.txt, *.TXT
-
- # Install icon and .desktop for menu entry
- if [ "`use gnome`" ] ; then
- insinto /usr/share/pixmaps
- newins ${WORKDIR}/${P}/abidistfiles/icons/abiword_48.png AbiWord.png
- insinto /usr/share/gnome/apps/Applications
- doins ${FILESDIR}/AbiWord.desktop
- fi
-}
-
-pkg_postinst() {
-
- # Appending installation info
- cat /usr/lib/perl5/5.6.0/i386-linux/perllocal.pod.new \
- >> /usr/lib/perl5/5.6.0/i386-linux/perllocal.pod
- rm -rf /usr/lib/perl5/5.6.0/i386-linux/perllocal.pod.new
-}
diff --git a/app-office/abiword/files/digest-abiword-0.9.3-r1 b/app-office/abiword/files/digest-abiword-0.9.3-r1
deleted file mode 100644
index 3c3e7eea9d51..000000000000
--- a/app-office/abiword/files/digest-abiword-0.9.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 20a9a7a8a2e8f15219eb6db0a3ec8727 abiword-0.9.3.tar.gz 14813159
diff --git a/app-office/abiword/files/digest-abiword-0.9.4-r1 b/app-office/abiword/files/digest-abiword-0.9.4-r1
deleted file mode 100644
index 4c837a805611..000000000000
--- a/app-office/abiword/files/digest-abiword-0.9.4-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dcb1e357e3bfb4cfc566475e567ce164 abiword-0.9.4.tar.gz 15115515
diff --git a/app-office/abiword/files/digest-abiword-0.9.5 b/app-office/abiword/files/digest-abiword-0.9.5
deleted file mode 100644
index 57ba8e49851e..000000000000
--- a/app-office/abiword/files/digest-abiword-0.9.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e7cce492d2b9aa19b4c38dea35292b23 abiword-0.9.5.tar.gz 15668857
diff --git a/app-office/abiword/files/digest-abiword-0.9.6.1 b/app-office/abiword/files/digest-abiword-0.9.6.1
deleted file mode 100644
index 610c3381aa26..000000000000
--- a/app-office/abiword/files/digest-abiword-0.9.6.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6d05bf0300516e530a586d6252b2849e abiword-0.9.6.1.tar.gz 15923859