diff options
20 files changed, 14 insertions, 576 deletions
diff --git a/app-office/abiword/abiword-1.0.1.ebuild b/app-office/abiword/abiword-1.0.1.ebuild deleted file mode 100644 index a15a98d24ced..000000000000 --- a/app-office/abiword/abiword-1.0.1.ebuild +++ /dev/null @@ -1,158 +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/abiword/abiword-1.0.1.ebuild,v 1.4 2002/07/25 19:29:33 aliz Exp $ - -S=${WORKDIR}/${P}/abi -DESCRIPTION="Text processor" -SRC_URI="http://download.sourceforge.net/abiword/abiword-${PV}.tar.gz" -HOMEPAGE="http://www.abisource.com" -KEYWORDS="x86" -LICENSE="GPL-2" -SLOT="0" -DEPEND="virtual/x11 - media-libs/libpng - >=dev-libs/libunicode-0.4-r1 - =x11-libs/gtk+-1.2* - jpeg? ( >=media-libs/jpeg-6b-r2 ) - perl? ( >=sys-devel/perl-5.6 ) - xml2? ( >=dev-libs/libxml2-2.4.10 ) - spell? ( >=app-text/pspell-ispell-0.12-r1 ) - gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 - >=gnome-extra/gal-0.13-r1 - >=gnome-base/bonobo-1.0.9-r1 )" - - -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} - - use perl && ( \ - 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} - ) - - # clear invalid symlinks - rm -f ac-helpers/{install-sh,mkinstalldirs,missing} -} - -src_compile() { - - local myconf - - use gnome \ - && myconf="${myconf} --with-gnome --enable-gnome" \ - && export ABI_OPT_BONOBO=1 - - use perl \ - && myconf="${myconf} --enable-scripting" - - use spell \ - && myconf="${myconf} --with-pspell" - - use xml2 \ - && myconf="${myconf} --with-libxml2" - - use jpeg \ - && myconf="${myconf} --with-libjpeg" - - use nls \ - && myconf="${myconf} --enable-bidi" - - ./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 \ - --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() { - - 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 - use gnome && ( \ - insinto /usr/share/pixmaps - newins ${WORKDIR}/${P}/abidistfiles/icons/abiword_48.png AbiWord.png - insinto /usr/share/gnome/apps/Applications - doins ${FILESDIR}/AbiWord.desktop - ) -} - -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/abiword-1.0.2.ebuild b/app-office/abiword/abiword-1.0.2.ebuild deleted file mode 100644 index 9fae60414eb2..000000000000 --- a/app-office/abiword/abiword-1.0.2.ebuild +++ /dev/null @@ -1,158 +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/abiword/abiword-1.0.2.ebuild,v 1.4 2002/08/06 17:39:41 gerk Exp $ - -S=${WORKDIR}/${P}/abi -DESCRIPTION="Text processor" -SRC_URI="http://download.sourceforge.net/abiword/abiword-${PV}.tar.gz" -HOMEPAGE="http://www.abisource.com" -KEYWORDS="x86 ppc" -LICENSE="GPL-2" -SLOT="0" -DEPEND="virtual/x11 - media-libs/libpng - >=dev-libs/libunicode-0.4-r1 - =x11-libs/gtk+-1.2* - jpeg? ( >=media-libs/jpeg-6b-r2 ) - perl? ( >=sys-devel/perl-5.6 ) - xml2? ( >=dev-libs/libxml2-2.4.10 ) - spell? ( >=app-text/pspell-ispell-0.12-r1 ) - gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 - >=gnome-extra/gal-0.13-r1 - >=gnome-base/bonobo-1.0.9-r1 )" - - -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} - - use perl && ( \ - 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} - ) - - # clear invalid symlinks - rm -f ac-helpers/{install-sh,mkinstalldirs,missing} -} - -src_compile() { - - local myconf - - use gnome \ - && myconf="${myconf} --with-gnome --enable-gnome" \ - && export ABI_OPT_BONOBO=1 - - use perl \ - && myconf="${myconf} --enable-scripting" - - use spell \ - && myconf="${myconf} --with-pspell" - - use xml2 \ - && myconf="${myconf} --with-libxml2" - - use jpeg \ - && myconf="${myconf} --with-libjpeg" - - use nls \ - && myconf="${myconf} --enable-bidi" - - ./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 \ - --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() { - - 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 - use gnome && ( \ - insinto /usr/share/pixmaps - newins ${WORKDIR}/${P}/abidistfiles/icons/abiword_48.png AbiWord.png - insinto /usr/share/gnome/apps/Applications - doins ${FILESDIR}/AbiWord.desktop - ) -} - -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-1.0.1 b/app-office/abiword/files/digest-abiword-1.0.1 deleted file mode 100644 index e1c8c4e24d28..000000000000 --- a/app-office/abiword/files/digest-abiword-1.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b9532c39879b2e11984135f6815b8e57 abiword-1.0.1.tar.gz 14955013 diff --git a/app-office/abiword/files/digest-abiword-1.0.2 b/app-office/abiword/files/digest-abiword-1.0.2 deleted file mode 100644 index 7d7fee995eeb..000000000000 --- a/app-office/abiword/files/digest-abiword-1.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 35c5ac5c08798238a9d63ee17d5de793 abiword-1.0.2.tar.gz 15642705 diff --git a/app-office/lyx/files/digest-lyx-1.2.0 b/app-office/lyx/files/digest-lyx-1.2.0 deleted file mode 100644 index 1f91ab1787f7..000000000000 --- a/app-office/lyx/files/digest-lyx-1.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 cc7592d311f3dfd2db01f9ca5e506fb6 lyx-1.2.0.tar.gz 6418424 diff --git a/app-office/lyx/lyx-1.2.0.ebuild b/app-office/lyx/lyx-1.2.0.ebuild deleted file mode 100644 index d019eccce3bc..000000000000 --- a/app-office/lyx/lyx-1.2.0.ebuild +++ /dev/null @@ -1,64 +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/lyx/lyx-1.2.0.ebuild,v 1.6 2002/08/06 17:44:43 gerk Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="LyX is an WYSIWYM frontend for LaTeX" -SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.gz" -HOMEPAGE="http://www.lyx.org/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" - -# This lyx-base ebuild only depends on the absolutely necessary packages. -# The acompanying lyx-utils ebuild depends on lyx-base and on everything -# else that lyx can use. -DEPEND="virtual/x11 - virtual/xforms - app-text/tetex - >=sys-devel/perl-5 - nls? ( sys-devel/gettext ) - app-text/aiksaurus" - -RDEPEND="${DEPEND} - app-text/ghostscript - app-text/xpdf - app-text/ispell - app-text/gv - app-text/latex2html - media-gfx/imagemagick - cups? ( virtual/lpr ) - app-text/rcs - dev-util/cvs - app-text/sgmltools-lite - app-text/noweb - app-text/chktex" - -src_compile() { - - use nls || myconf="${myconf} --disable-nls" - [ -n "$DEBUG" ] && myconf="$myconf --enable-debug" || myconf="$myconf --disable-debug" - - # -O3 and higher breaks (at least with gcc 2) - export CXXFLAGS="${CXXFLAGS//-O[3..9]/-O2}" - export CFLAGS="${CFLAGS//-O[3..9]/-O2}" - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir='$(prefix)/share/info' \ - --with-extra-inc=/usr/X11R6/include \ - --mandir='$(prefix)/share/man' \ - ${myconf} || die "./configure failed" - emake || die "emake failed" -} - -src_install () { - # The 'install-strip' target is provided by the LyX makefile - # for stripping installed binaries. Use prefix= instead of - # DESTDIR=, otherwise it violates the sandbox in the po directory. - make prefix=${D}/usr install - dodoc README* UPGRADING INSTALL* ChangeLog NEW COPYING ANNOUNCE ABOUT-NLS -} - diff --git a/app-text/gnome-spell/files/digest-gnome-spell-0.4.1-r2 b/app-text/gnome-spell/files/digest-gnome-spell-0.4.1-r2 deleted file mode 100644 index dc18f89ed135..000000000000 --- a/app-text/gnome-spell/files/digest-gnome-spell-0.4.1-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 3771305d194314709430f0fd5f5d1ac8 gnome-spell-0.4.1.tar.gz 185220 diff --git a/app-text/gnome-spell/gnome-spell-0.4.1-r2.ebuild b/app-text/gnome-spell/gnome-spell-0.4.1-r2.ebuild deleted file mode 100644 index 39b0e43ae680..000000000000 --- a/app-text/gnome-spell/gnome-spell-0.4.1-r2.ebuild +++ /dev/null @@ -1,52 +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-text/gnome-spell/gnome-spell-0.4.1-r2.ebuild,v 1.2 2002/08/16 02:42:01 murphy Exp $ - -MY_P=${P/_/-} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Gnome spellchecking component." -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gnome-spell/${MY_P}.tar.gz" -HOMEPAGE="http://www.gnome.org" -KEYWORDS="x86 sparc sparc64" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="virtual/glibc - >=gnome-base/gnome-libs-1.4.1.7 - >=gnome-base/bonobo-1.0.19-r1 - ( >=gnome-base/libglade-0.17-r4 - <gnome-base/libglade-2.0.0 ) - >=gnome-extra/gal-0.19 - >=app-text/pspell-ispell-0.12-r1 - nls? ( sys-devel/gettext )" - -src_compile() { - - libtoolize --copy --force - - local myconf="" - if [ -z "`use nls`" ] - then - myconf="${myconf} --disable-nls" - mkdir intl - touch intl/libgettext.h - fi - - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - ${myconf} || die - - emake || die -} - -src_install() { - - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - - dodoc AUTHORS COPYING ChangeLog NEWS README -} diff --git a/app-text/gtkspell/files/digest-gtkspell-2.0.0 b/app-text/gtkspell/files/digest-gtkspell-2.0.0 deleted file mode 100644 index 541cb25ff696..000000000000 --- a/app-text/gtkspell/files/digest-gtkspell-2.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 a1ae5eb2bf7d176da5fab1c9f349dd04 gtkspell-2.0.0.tar.gz 182782 diff --git a/app-text/gtkspell/gtkspell-2.0.0.ebuild b/app-text/gtkspell/gtkspell-2.0.0.ebuild deleted file mode 100644 index 71b172deb0d1..000000000000 --- a/app-text/gtkspell/gtkspell-2.0.0.ebuild +++ /dev/null @@ -1,49 +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-text/gtkspell/gtkspell-2.0.0.ebuild,v 1.2 2002/08/16 02:42:01 murphy Exp $ - -DESCRIPTION="GtkSpell is a spell library for GTK2" - -SRC_URI="http://gtkspell.sourceforge.net/download/${P}.tar.gz" -# SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://gtkspell.sourceforge.net/" - -LICENSE="GPL-2" -KEYWORDS="x86 sparc sparc64" -SLOT="0" - -RDEPEND=">=dev-libs/glib-2.0.4 - >=x11-libs/gtk+-2.0.5 - >=app-text/pspell-0.12.2-r3" - -DEPEND="$RDEPEND" - -src_compile() { - - local myconf - use nls || myconf="--disable-nls" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --localstatedir=/var/lib \ - --enable-debug=yes \ - ${myconf} || die "configure failure" - - emake || die "compile failure" -} - -src_install() { - emake prefix=${D}/usr \ - sysconfdir=${D}/etc \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - localstatedir=${D}/var/lib \ - install || die "installation failed" - - dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README -} - - diff --git a/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild b/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild index df3c50a62422..fc786a2b75ff 100644 --- a/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild +++ b/dev-db/xmysqladmin/xmysqladmin-1.0.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/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild,v 1.4 2002/08/01 11:40:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild,v 1.5 2002/09/05 16:16:03 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="xforms based front end to mysql" @@ -11,8 +11,7 @@ SLOT="0" LICENSE="as-is" KEYWORDS="x86" -DEPEND="virtual/x11 - virtual/xforms" +DEPEND="virtual/x11 x11-libs/xforms" src_unpack() { unpack ${A} diff --git a/net-im/linphone/ChangeLog b/net-im/linphone/ChangeLog new file mode 100644 index 000000000000..92715c3006e1 --- /dev/null +++ b/net-im/linphone/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-im/linphone +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/ChangeLog,v 1.1 2002/09/05 16:16:03 drobbins Exp $ + +*linphone-0.9.0 (05 Sep 2002) + + 05 Sep 2002; Daniel Robbins <drobbins@gentoo.org> This ebuild was created by + gaarde (Paul Belt) or someone else using his account. Looks ok, so moving to + its proper place in net-im (was in net-dialup before.) diff --git a/net-dialup/linphone/files/digest-linphone-0.9.0 b/net-im/linphone/files/digest-linphone-0.9.0 index 0a9d56343a92..0a9d56343a92 100644 --- a/net-dialup/linphone/files/digest-linphone-0.9.0 +++ b/net-im/linphone/files/digest-linphone-0.9.0 diff --git a/net-dialup/linphone/linphone-0.9.0.ebuild b/net-im/linphone/linphone-0.9.0.ebuild index 1c80bdbd64bc..e0d7271c19fe 100644 --- a/net-dialup/linphone/linphone-0.9.0.ebuild +++ b/net-im/linphone/linphone-0.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/linphone/linphone-0.9.0.ebuild,v 1.1 2002/08/28 02:28:43 gaarde Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.9.0.ebuild,v 1.1 2002/09/05 16:16:03 drobbins Exp $ # AUTHOR: Paul Belt <gaarde@gentoo.org> diff --git a/net-mail/balsa/balsa-2.0.1-r1.ebuild b/net-mail/balsa/balsa-2.0.1-r1.ebuild deleted file mode 100644 index 9e65ac698a20..000000000000 --- a/net-mail/balsa/balsa-2.0.1-r1.ebuild +++ /dev/null @@ -1,85 +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/net-mail/balsa/balsa-2.0.1-r1.ebuild,v 1.3 2002/08/14 12:05:25 murphy Exp $ - -inherit debug - -S=${WORKDIR}/${P} - -DESCRIPTION="Balsa: Technical Preview email client for GNOME" -SRC_URI="http://balsa.gnome.org/${P}.tar.bz2" -HOMEPAGE="http://balsa.gnome.org" - -SLOT="2" -LICENSE="GPL-2" -KEYWORDS="x86 sparc sparc64" - -RDEPEND=">=dev-libs/glib-2.0.4 - >=x11-libs/gtk+-2.0.5 - >=net-libs/libesmtp-0.8.11 - app-text/scrollkeeper - app-text/pspell - >=gnome-base/libgnome-2.0.1 - >=gnome-base/libgnomeui-2.0.1 - >=gnome-base/gnome-vfs-2.0.1 - >=gnome-base/libgnomeprint-1.115.0 - >=gnome-base/libgnomeprintui-1.115.0 - nls? ( sys-devel/gettext ) - ssl? ( dev-libs/openssl ) - perl? ( >=dev-libs/libpcre-3.4 ) - gtkhtml? ( >=gnome-extra/libgtkhtml-2.0.0 )" - -DEPEND="dev-util/pkgconfig - ${RDEPEND}" - - -src_unpack() { - unpack ${A} - # this patch is from Riccardo Persichetti - # (ricpersi@libero.it) to make balsa compile - patch -p0 < ${FILESDIR}/${P}-gentoo.patch || die - - - # Workaround for bug #4095, replaces the varmail patch. - # by Gabriele Giorgetti <stroke@gentoo.org> - # - # WARNING: this works for the current (2.0.1) balsa - # version ONLY. - cd ${S}/libmutt - cp configure configure.orig - # skipping some libmutt configure checkings - echo -n "Applying bug #4095 workaround for balsa 2.0.1 ... " - sed -e "6439,6586d" configure.orig > configure - echo " done." -} - -src_compile() { - local myconf - use nls || myconf="${myconf} --disable-nls" - use ssl && myconf="${myconf} --with-ssl" - use gtkhtml && myconf="${myconf} --with-gtkhtml" - use perl && myconf="${myconf} --enable-pcre" -# use spell && myconf="${myconf} --enable-all" - - libmutt/configure --prefix=/usr \ - --host=${CHOST} \ - --with-mailpath=/var/mail || die "configure libmutt failed" - - myconf="${myconf} --enable-threads" - - econf ${myconf} || die "configure balsa failed" - emake || die "emake failed" -} - - - -src_install () { - local myinst - myinst="gnomeconfdir=${D}/etc \ - gnomedatadir=${D}/usr/share" - - einstall ${myinst} || die "make install failed" - dodoc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README TODO - docinto docs - dodoc docs/* -} diff --git a/net-mail/balsa/files/digest-balsa-1.3.6-r1 b/net-mail/balsa/files/digest-balsa-1.3.6-r2 index 67b373cc2f5c..67b373cc2f5c 100644 --- a/net-mail/balsa/files/digest-balsa-1.3.6-r1 +++ b/net-mail/balsa/files/digest-balsa-1.3.6-r2 diff --git a/net-mail/balsa/files/digest-balsa-1.4.0 b/net-mail/balsa/files/digest-balsa-1.4.0-r1 index 387ea6e870a1..387ea6e870a1 100644 --- a/net-mail/balsa/files/digest-balsa-1.4.0 +++ b/net-mail/balsa/files/digest-balsa-1.4.0-r1 diff --git a/net-mail/balsa/files/digest-balsa-2.0.1-r1 b/net-mail/balsa/files/digest-balsa-2.0.1-r2 index 0526b3e46bee..0526b3e46bee 100644 --- a/net-mail/balsa/files/digest-balsa-2.0.1-r1 +++ b/net-mail/balsa/files/digest-balsa-2.0.1-r2 diff --git a/profiles/package.mask b/profiles/package.mask index c59c124cfbfc..f36a641e6793 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -155,7 +155,7 @@ dev-java/sun-j2sdk # <seemant@gentoo.org> (27 Aug 2002) # masked because there is a FREEZE, and things should be tested! dev-util/rats -net-dialup/linphone +net-im/linphone net-libs/libosip dev-perl/CDDB-File diff --git a/profiles/updates/3Q-2002 b/profiles/updates/3Q-2002 index 5d01eaa3111a..2b8ece3a8d70 100644 --- a/profiles/updates/3Q-2002 +++ b/profiles/updates/3Q-2002 @@ -78,3 +78,4 @@ move app-admin/kportagemaster app-admin/kportage move net-misc/nt net-misc/d4x move app-text/pspell app-text/aspell move app-text/pspell-ispell app-text/aspell +move net-dialup/linphone to net-im/linphone |