diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-12 23:03:04 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-12 23:03:04 +0000 |
commit | 6ad7a7aa306951773975de354f930b2d3caf3d5f (patch) | |
tree | b4a7b6174d2c80f4a9bfa51ee8b3ce31dfa00f26 /app-office | |
parent | Compile against newest libpng (diff) | |
download | historical-6ad7a7aa306951773975de354f930b2d3caf3d5f.tar.gz historical-6ad7a7aa306951773975de354f930b2d3caf3d5f.tar.bz2 historical-6ad7a7aa306951773975de354f930b2d3caf3d5f.zip |
Removed older ebuilds
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/abiword/abiword-0.9.6.1-r1.ebuild | 117 | ||||
-rw-r--r-- | app-office/abiword/abiword-0.99.2.ebuild | 132 | ||||
-rw-r--r-- | app-office/abiword/abiword-0.99.3-r1.ebuild | 24 | ||||
-rw-r--r-- | app-office/abiword/abiword-0.99.3.ebuild | 159 | ||||
-rw-r--r-- | app-office/abiword/files/digest-abiword-0.9.6.1-r1 | 1 | ||||
-rw-r--r-- | app-office/abiword/files/digest-abiword-0.99.2 | 1 | ||||
-rw-r--r-- | app-office/abiword/files/digest-abiword-0.99.3 | 1 |
7 files changed, 10 insertions, 425 deletions
diff --git a/app-office/abiword/abiword-0.9.6.1-r1.ebuild b/app-office/abiword/abiword-0.9.6.1-r1.ebuild deleted file mode 100644 index 6ca1ca3f5ad0..000000000000 --- a/app-office/abiword/abiword-0.9.6.1-r1.ebuild +++ /dev/null @@ -1,117 +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-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 - >=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 - - CFLAGS="$CFLAGS `gdk-pixbuf-config --cflags`" - - ./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/abiword-0.99.2.ebuild b/app-office/abiword/abiword-0.99.2.ebuild deleted file mode 100644 index 2c64520371c3..000000000000 --- a/app-office/abiword/abiword-0.99.2.ebuild +++ /dev/null @@ -1,132 +0,0 @@ -# Copyright 1999-2002 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.99.2.ebuild,v 1.1 2002/02/24 14:48:01 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" -SLOT="0" -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, as well as a bug in - # Abiword's build system (Abiword.3pm did not install, and - # the '.packlist' was not generated properly) -- Azarah (25/02/2002). - cd ${S}/src/bindings/perl - cp GNUmakefile.am GNUmakefile.am.orig - sed -e 's:write $(SITE_ARCHLIB)/auto:write $(PERLDEST)/$(SITE_ARCHLIB)/auto:g' \ - -e 's:blib/bin /usr/bin:blib/bin $(PERLDEST)/usr/bin:g' \ - -e 's:blib/script /usr/bin:blib/script $(PERLDEST)/usr/bin:g' \ - -e 's:blib/man1 /usr/share/man/man1:blib/man1 $(PERLDEST)/usr/share/man/man1:g' \ - -e 's:blib/man3 /usr/share/man/man3:blib/man3 $(PERLDEST)/usr/share/man/man3:g' \ - -e 's:mkpath $(PERL_ARCHLIB):mkpath $(PERLDEST)/$(PERL_ARCHLIB):g' \ - -e 's:$(PERL_ARCHLIB)/perllocal.pod:$(PERLDEST)/$(PERL_ARCHLIB)/perllocal.pod.new:' \ - GNUmakefile.am.orig >GNUmakefile.am - mkdir -p blib/{arch,bin,lib,man1,man3,script} - 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 - - CFLAGS="$CFLAGS `gdk-pixbuf-config --cflags`" - - ./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 \ - PERLDEST=${D} \ - install || die - - dosed "s:${D}::g" /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 - local perlver="`perl -v | grep -e "This is perl" | cut -d ' ' -f 4`" - perlver=${perlver/v/} - local perlarch="`perl -V | grep -e " archname" | cut -d '=' -f 4`" - sed -e "s:5.6.0:${perlver}:g" \ - /usr/lib/perl5/${perlver}/${perlarch}/perllocal.pod.new \ - >> /usr/lib/perl5/${perlver}/${perlarch}/perllocal.pod - rm -rf /usr/lib/perl5/${perlver}/${perlarch}/perllocal.pod.new -} diff --git a/app-office/abiword/abiword-0.99.3-r1.ebuild b/app-office/abiword/abiword-0.99.3-r1.ebuild index babac9c8f357..da1d5ba42aa2 100644 --- a/app-office/abiword/abiword-0.99.3-r1.ebuild +++ b/app-office/abiword/abiword-0.99.3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 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.99.3-r1.ebuild,v 1.1 2002/04/12 21:29:27 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-0.99.3-r1.ebuild,v 1.2 2002/04/12 23:03:04 seemant Exp $ S=${WORKDIR}/${P}/abi DESCRIPTION="Text processor" @@ -72,22 +72,18 @@ src_unpack() { src_compile() { local myconf - if [ "`use gnome`" ] ; then - myconf="${myconf} --with-gnome --enable-gnome" - export ABI_OPT_BONOBO=1 - fi + use gnome \ + && myconf="${myconf} --with-gnome --enable-gnome" \ + && export ABI_OPT_BONOBO=1 - if [ "`use perl`" ] ; then - myconf="${myconf} --enable-scripting" - fi + use perl \ + && myconf="${myconf} --enable-scripting" - if [ "`use spell`" ] ; then - myconf="${myconf} --with-pspell" - fi + use spell \ + && myconf="${myconf} --with-pspell" - if [ "`use xml2`" ] ; then - myconf="${myconf} --with-libxml2" - fi + use xml2 \ + && myconf="${myconf} --with-libxml2" ./autogen.sh diff --git a/app-office/abiword/abiword-0.99.3.ebuild b/app-office/abiword/abiword-0.99.3.ebuild deleted file mode 100644 index 5123102e98ca..000000000000 --- a/app-office/abiword/abiword-0.99.3.ebuild +++ /dev/null @@ -1,159 +0,0 @@ -# Copyright 1999-2002 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.99.3.ebuild,v 1.3 2002/04/04 16:14:08 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" -SLOT="0" -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 ) - >=sys-devel/automake-1.5d-r1 - perl? ( >=sys-devel/perl-5.6 ) - spell? ( >=app-text/pspell-ispell-0.12-r1 ) - xml2? ( >=dev-libs/libxml2-2.4.10 ) - virtual/x11" - - -fix_perl_env() { - # new configure scripts is a bit broken - export PERL_ARCHLIB="`(perl -V:installarchlib | sed -e "s/\(.*=\|'\|;\)//g\")`" - export PERL_LIB="`(perl -V:installprivlib | sed -e "s/\(.*=\|'\|;\)//g\")`" - export POD2MAN_EXE="`which pod2man`" - export SITE_LIB="`(perl -V:sitelib | sed -e "s/\(.*=\|'\|;\)//g\")`" - export SITE_ARCHLIB="`(perl -V:sitearch | sed -e "s/\(.*=\|'\|;\)//g\")`" -} - -src_unpack() { - - unpack ${A} - - if [ "`use perl`" ] ; then - fix_perl_env - - # Fix perl stuff install outside sandbox, as well as a bug in - # Abiword's build system (Abiword.3pm did not install, and - # the '.packlist' was not generated properly) -- Azarah (25/02/2002). - cd ${S}/src/bindings/perl - cp GNUmakefile.am GNUmakefile.am.orig - sed -e "s:PERL_ARCHLIB = @PERL_ARCHLIB@:PERL_ARCHLIB = ${PERL_ARCHLIB}:" \ - -e "s:PERL_LIB = @PERL_LIB@:PERL_LIB = ${PERL_LIB}:" \ - -e "s:POD2MAN_EXE = @POD2MAN_EXE@:POD2MAN_EXE = ${POD2MAN_EXE}:" \ - -e "s:SITE_LIB = @SITE_LIB@:SITE_LIB = ${SITE_LIB}:" \ - -e "s:SITE_ARCHLIB = @SITE_ARCHLIB@:SITE_ARCHLIB = ${SITE_ARCHLIB}:" \ - -e 's:write $(SITE_ARCHLIB)/auto:write $(PERLDEST)/$(SITE_ARCHLIB)/auto:g' \ - -e 's:blib/lib $(SITE_LIB):blib/lib $(PERLDEST)/$(SITE_LIB):g' \ - -e 's:blib/arch $(SITE_ARCHLIB):blib/arch $(PERLDEST)/$(SITE_ARCHLIB):g' \ - -e 's:blib/bin /usr/bin:blib/bin $(PERLDEST)/usr/bin:g' \ - -e 's:blib/script /usr/bin:blib/script $(PERLDEST)/usr/bin:g' \ - -e 's:blib/man1 /usr/share/man/man1:blib/man1 $(PERLDEST)/usr/share/man/man1:g' \ - -e 's:blib/man3 /usr/share/man/man3:blib/man3 $(PERLDEST)/usr/share/man/man3:g' \ - -e 's:mkpath $(PERL_ARCHLIB):mkpath $(PERLDEST)/$(PERL_ARCHLIB):g' \ - -e 's:$(PERL_ARCHLIB)/perllocal.pod:$(PERLDEST)/$(PERL_ARCHLIB)/perllocal.pod.new:' \ - GNUmakefile.am.orig >GNUmakefile.am || die - mkdir -p blib/{arch,bin,lib,man1,man3,script} - cd ${S} - fi - - # clear invalid symlinks - rm -f ac-helpers/{install-sh,mkinstalldirs,missing} -} - -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 - - CFLAGS="$CFLAGS `gdk-pixbuf-config --cflags`" - - ./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 \ - PERLDEST=${D} \ - install || die - - dosed "s:${D}::g" /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 - local perlver="`perl -v | grep -e "This is perl" | cut -d ' ' -f 4`" - perlver=${perlver/v/} - local perlarch="`perl -V | grep -e " archname" | cut -d '=' -f 4`" - if [ -f /usr/lib/perl5/${perlver}/${perlarch}/perllocal.pod.new ] ; then - sed -e "s:5.6.0:${perlver}:g" \ - /usr/lib/perl5/${perlver}/${perlarch}/perllocal.pod.new \ - >> /usr/lib/perl5/${perlver}/${perlarch}/perllocal.pod - rm -rf /usr/lib/perl5/${perlver}/${perlarch}/perllocal.pod.new - fi -} - diff --git a/app-office/abiword/files/digest-abiword-0.9.6.1-r1 b/app-office/abiword/files/digest-abiword-0.9.6.1-r1 deleted file mode 100644 index 610c3381aa26..000000000000 --- a/app-office/abiword/files/digest-abiword-0.9.6.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6d05bf0300516e530a586d6252b2849e abiword-0.9.6.1.tar.gz 15923859 diff --git a/app-office/abiword/files/digest-abiword-0.99.2 b/app-office/abiword/files/digest-abiword-0.99.2 deleted file mode 100644 index ae6c3c988f9d..000000000000 --- a/app-office/abiword/files/digest-abiword-0.99.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 4d77cc35f049cb17f6bf677e79c54351 abiword-0.99.2.tar.gz 17046290 diff --git a/app-office/abiword/files/digest-abiword-0.99.3 b/app-office/abiword/files/digest-abiword-0.99.3 deleted file mode 100644 index a95c13d33659..000000000000 --- a/app-office/abiword/files/digest-abiword-0.99.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 d1a5ddf262525f5c4db929201f1eb447 abiword-0.99.3.tar.gz 17988316 |