./gnome-extra/gal/gal-0.20.1.ebuild0100644000000000000000000000241507555550476015374 0ustar rootroot# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/gnome-extra/gal/gal-0.20.ebuild,v 1.4 2002/10/20 18:48:25 vapier Exp $ IUSE="nls alsa" inherit gnome.org libtool S=${WORKDIR}/${P} DESCRIPTION="The Gnome Application Libraries" HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="x86 ppc sparc sparc64" DEPEND="nls? ( sys-devel/gettext ) >=dev-util/intltool-0.11 sys-devel/perl =dev-libs/libunicode-0.4-r1 alsa? ( >=media-libs/alsa-lib-0.5.10 ) >=gnome-base/gnome-print-0.34 =gnome-base/libglade-0* >=dev-libs/libxml-1.8.16" src_compile() { elibtoolize local myconf="" use nls || myconf="--disable-nls" ./configure --host=${CHOST} \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var/lib \ ${myconf} || die make || die # Doesn't work with -j 4 (hallski) } src_install() { make prefix=${D}/usr \ sysconfdir=${D}/etc \ localstatedir=${D}/var/lib \ install || die # Add some type of backward compat... local fullname="$(realpath ${D}/usr/lib/libgal.so)" dosym ${fullname##*/} /usr/lib/libgal.so.$((${PV##*.}-1)) dodoc AUTHORS COPYING ChangeLog NEWS README } ./gnome-extra/gal/files/digest-gal-0.20.10100644000000000000000000000007707555550600016477 0ustar rootrootMD5 1798e7d28a6ed00d40bb2140bb9b34ea gal-0.20.1.tar.bz2 986509 ./gnome-extra/gtkhtml/gtkhtml-1.1.4.ebuild0100644000000000000000000000306107555550520017121 0ustar rootroot# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-1.1.2.ebuild,v 1.3 2002/10/05 05:39:14 drobbins Exp $ IUSE="nls gnome" inherit gnome.org libtool S=${WORKDIR}/${P} DESCRIPTION="Lightweight HTML rendering/printing/editing engine." HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="x86 ppc sparc sparc64" RDEPEND=">=gnome-extra/gal-0.20 =gnome-base/libghttp-1.0.9-r1 >=dev-libs/libunicode-0.4-r1 >=gnome-base/gnome-print-0.34 >=gnome-base/bonobo-1.0.18 gnome? ( =dev-util/intltool-0.11 ) Makefile.in } src_compile() { cd ${WORKDIR}/${DB3}/build_unix ../dist/configure --prefix=${WORKDIR}/db3 || die make || die make prefix=${WORKDIR}/db3 install || die cd ${S} local myconf="" MOZILLA=$MOZILLA_FIVE_HOME if [ -n "`use pda`" ] ; then myconf="${myconf} --with-pisock=/usr --enable-pilot-conduits=yes" else myconf="${myconf} --enable-pilot-conduits=no" fi if [ -n "`use ldap`" ] ; then myconf="${myconf} --with-openldap=yes --with-static-ldap" else myconf="${myconf} --with-openldap=no" fi if [ -n "`use mozilla`" ] ; then myconf="${myconf} --with-nspr-includes=${MOZILLA}/include/nspr \ --with-nspr-libs=${MOZILLA}" else myconf="${myconf} --without-nspr-libs --without-nspr-includes" fi if [ -n "`use ssl`" ] ; then myconf="${myconf} --with-nss-includes=${MOZILLA}/include/nss \ --with-nss-libs=${MOZILLA}" else myconf="${myconf} --without-nss-libs --without-nss-includes" fi # SSL needs NSPR libs ... if [ -n "`use ssl`" ] && [ -z "`use mozilla`" ] ; then myconf="${myconf} --with-nspr-includes=${MOZILLA}/include/nspr \ --with-nspr-libs=${MOZILLA}" fi if [ -n "`use doc`" ] ; then myconf="${myconf} --enable-gtk-doc" else myconf="${myconf} --disable-gtk-doc" fi if [ -z "`use nls`" ] ; then myconf="${myconf} --disable-nls" fi CFLAGS="${CFLAGS} -I/usr/include/libpisock" ./configure --host=${CHOST} \ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --datadir=/usr/share \ --sysconfdir=/etc \ --localstatedir=/var/lib \ --with-db3=${WORKDIR}/db3 \ --disable-python-bindings \ --with-openssl-libs=no --with-openssl-includes=no \ ${myconf} || die #needs to be able to connect to X display to build. Xemake || Xmake || die } src_install() { cd omf-install cp Makefile Makefile.old sed -e "s:scrollkeeper-update.*::g" Makefile.old > Makefile rm Makefile.old cd ${S} # Install with $DESTDIR, as in some rare cases $D gets hardcoded # into the binaries (seems like a ccache problem at present), # because everything is recompiled with the "new" PREFIX, if # $DESTDIR is _not_ used. make DESTDIR=${D} \ prefix=/usr \ mandir=/usr/share/man \ infodir=/usr/share/info \ datadir=/usr/share \ sysconfdir=/etc \ localstatedir=/var/lib \ KDE_APPLNK_DIR=/usr/share/applnk \ install || die dodoc AUTHORS COPYING* ChangeLog HACKING MAINTAINERS dodoc NEWS README } pkg_postinst() { echo ">>> Updating Scrollkeeper database..." scrollkeeper-update >/dev/null 2>&1 } pkg_postrm() { echo ">>> Updating Scrollkeeper database..." scrollkeeper-update >/dev/null 2>&1 } ./net-mail/evolution/files/digest-evolution-1.1.20100644000000000000000000000020307555551376020444 0ustar rootrootMD5 88df80922cff928419f6e1119ad91a8b evolution-1.1.2.tar.gz 15633787 MD5 5baeb94fb934d0bf783ea42117c400be db-3.1.17.tar.gz 1954117 ./dev-libs/pilot-link/pilot-link-0.11.5.ebuild0100644000000000000000000000220007557113547017501 0ustar rootroot# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.11.3.ebuild,v 1.5 2002/10/04 05:17:24 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="A suite of tools contains a series of conduits for moving information to and from your Palm device and your desktop or workstation system." SRC_URI="http://pilot-link.org/source/pilot-link-0.11.5.tar.bz2" HOMEPAGE="http://www.pilot-link.org/" DEPEND="virtual/glibc" SLOT="0" LICENSE="GPL-2 | LGPL" KEYWORDS="x86 ppc sparc sparc64" src_compile() { local myconf use perl || myconf="${myconf} --with-perl5=no" use java || myconf="${myconf} --with-java=no" use tcltk || myconf="${myconf} --with-tcl=no --with-itcl=no --with-tk=no" econf \ --includedir=/usr/include/libpisock \ --with-perl5=no \ --with-python=no \ --with-java=no \ --with-tcl=no \ --with-itcl=no \ --with-tk=no || die cd ${S} emake || die } src_install() { make \ DESTDIR=${D} \ install || die mv ${D}/*.hxx ${D}/usr/include/libpisock/ dodoc ChangeLog README TODO NEWS AUTHORS } ./dev-libs/pilot-link/files/digest-pilot-link-0.11.50100644000000000000000000000010607557113621020611 0ustar rootrootMD5 f7e9d73959d9e1d998837e93d03c58e7 pilot-link-0.11.5.tar.bz2 635370