diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-09-14 21:54:51 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-09-14 21:54:51 +0000 |
commit | d7f3d05958ab99c638568f07979386cb82979c39 (patch) | |
tree | d8db98eca054131f5f17757d7aaec7db5a462dcb /dev-util | |
parent | Version bump (diff) | |
download | gentoo-2-d7f3d05958ab99c638568f07979386cb82979c39.tar.gz gentoo-2-d7f3d05958ab99c638568f07979386cb82979c39.tar.bz2 gentoo-2-d7f3d05958ab99c638568f07979386cb82979c39.zip |
remove old for bug #157670
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gambas/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/gambas/files/Makefile.am-0.97a | 43 | ||||
-rw-r--r-- | dev-util/gambas/files/Makefile.am-1.0_rc2 | 45 | ||||
-rw-r--r-- | dev-util/gambas/files/WebHome.html | 18 | ||||
-rw-r--r-- | dev-util/gambas/files/gambas-1.0.6-configure-CFLAGS.patch | 40 | ||||
-rw-r--r-- | dev-util/gambas/gambas-1.0.14.ebuild | 85 | ||||
-rw-r--r-- | dev-util/gambas/gambas-1.0.16.ebuild | 85 | ||||
-rw-r--r-- | dev-util/gambas/gambas-1.0.17.ebuild | 85 | ||||
-rw-r--r-- | dev-util/gambas/gambas-1.9.23.ebuild | 117 |
9 files changed, 7 insertions, 519 deletions
diff --git a/dev-util/gambas/ChangeLog b/dev-util/gambas/ChangeLog index 5937b47bf71d..bcc4c9a3e93c 100644 --- a/dev-util/gambas/ChangeLog +++ b/dev-util/gambas/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/gambas # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v 1.49 2008/09/14 18:21:57 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v 1.50 2008/09/14 21:54:50 darkside Exp $ + + 14 Sep 2008; Jeremy Olexa <darkside@gentoo.org> -files/Makefile.am-0.97a, + -files/Makefile.am-1.0_rc2, -files/gambas-1.0.6-configure-CFLAGS.patch, + -files/WebHome.html, -gambas-1.0.14.ebuild, -gambas-1.0.16.ebuild, + -gambas-1.0.17.ebuild, -gambas-1.9.23.ebuild: + remove old for bug #157670 14 Sep 2008; Jeremy Olexa <darkside@gentoo.org> gambas-2.8.2.ebuild: whitespace diff --git a/dev-util/gambas/files/Makefile.am-0.97a b/dev-util/gambas/files/Makefile.am-0.97a deleted file mode 100644 index 17ad553df807..000000000000 --- a/dev-util/gambas/files/Makefile.am-0.97a +++ /dev/null @@ -1,43 +0,0 @@ -SUBDIRS = libltdl src -EXTRA_DIST = TODO reconf app examples help README README.REDHAT README.DEBIAN -##AUTOMAKE_OPTIONS = dist-bzip2 - -install-exec-local: - @echo - @echo "Creating the library info files..." - @rm -rf $(pkgdatadir)/info - @$(INSTALL) -d $(pkgdatadir)/info - @$(bindir)/gbi -a -p -r $(prefix) - @rm -f $(pkglibdir)/lib.gb.la - @rm -f $(pkglibdir)/lib.gb.so* - - @echo - @echo "Installing the development environment..." - @(cd $(srcdir)/app; d=`pwd`; for p in *; do echo "Compiling $$p..."; cd $$d/$$p; \ - $(bindir)/gbc -ag; $(bindir)/gba; rm -rf .gambas; $(INSTALL) $$p $(bindir); done) - - @echo - @echo "Installing the gambas help files..." - @$(INSTALL) -d $(pkgdatadir)/help - @rm -rf $(pkgdatadir)/help - @cp -R $(srcdir)/help $(pkgdatadir) - - @echo - @echo "Installing the gambas examples..." - @rm -rf $(pkgdatadir)/examples - @$(INSTALL) -d $(pkgdatadir)/examples - @cp -R $(srcdir)/examples $(pkgdatadir) - @(cd $(pkgdatadir)/examples; d=`pwd`; for p in */ */*/; do cd $$d/$$p; \ - if test -e .project; then \ - echo "Compiling $$p..."; cd $$d/$$p; $(bindir)/gbc -ag; $(bindir)/gba; \ - fi \ - done) - -dist-hook: - @(cd $(distdir)/app; for p in *; do rm -rf $$p/.gambas $$p/.xvpics $$p/*/.xvpics $$p/*/*/.xvpics $$p/*~ $$p/*/*~ $$p/*/*/*~ $$p/.*.out $$p/*.out $$p/.lang/*.pot $$p/$$p; done) - @(cd $(distdir)/examples; for p in */ */*/; do \ - if test -e $$p/.project; then \ - rm -rf $$p/.gambas $$p/.xvpics $$p/*/.xvpics $$p/*/*/.xvpics $$p/*~ $$p/*/*~ $$p/.*.out $$p/*.out $$p/.lang/*.pot $$p/$$p; \ - fi \ - done) - diff --git a/dev-util/gambas/files/Makefile.am-1.0_rc2 b/dev-util/gambas/files/Makefile.am-1.0_rc2 deleted file mode 100644 index 7275bca1e033..000000000000 --- a/dev-util/gambas/files/Makefile.am-1.0_rc2 +++ /dev/null @@ -1,45 +0,0 @@ -SUBDIRS = libltdl src -EXTRA_DIST = TODO reconf app examples spec help debian README README.REDHAT README.DEBIAN -##AUTOMAKE_OPTIONS = dist-bzip2 - -install-exec-local: - @if test "x$(ROOT)" != "x"; then \ - echo "Installing with ROOT=$(ROOT)"; \ - echo; \ - fi - - @if test "x$(DESTDIR)" != "x"; then \ - echo "Installing with DESTDIR=$(DESTDIR)"; \ - echo; \ - ROOT=$DESTDIR; \ - fi - - @echo - @echo "Creating the library info files..." - @rm -rf $(DESTDIR)$(pkgdatadir)/info - @$(INSTALL) -d $(DESTDIR)$(pkgdatadir)/info - @$(DESTDIR)$(bindir)/gbi -a -r $(DESTDIR)$(prefix) - @rm -f $(DESTDIR)$(pkglibdir)/lib.gb.la - @rm -f $(DESTDIR)$(pkglibdir)/lib.gb.so* - - @echo - @echo "Installing the development environment..." - @(cd $(srcdir)/app; d=`pwd`; for p in *; do echo "Compiling $$p..."; cd $$d/$$p; \ - $(DESTDIR)$(bindir)/gbc -ag; $(DESTDIR)$(bindir)/gba; rm -rf .gambas; $(INSTALL) $$p $(DESTDIR)$(bindir); done) - - @echo - @echo "Installing the gambas help files..." - @$(INSTALL) -d $(DESTDIR)$(pkgdatadir)/help - @rm -rf $(DESTDIR)$(pkgdatadir)/help - @cp -R $(srcdir)/help $(DESTDIR)$(pkgdatadir) - - @echo - @echo "Installing the gambas examples..." - @rm -rf $(DESTDIR)$(pkgdatadir)/examples - @$(INSTALL) -d $(DESTDIR)$(pkgdatadir)/examples - @cp -R $(srcdir)/examples $(DESTDIR)$(pkgdatadir) - @(cd $(DESTDIR)$(pkgdatadir)/examples; d=`pwd`; for p in */ */*/; do cd $$d/$$p; \ - if test -e .project; then \ - echo "Compiling $$p..."; cd $$d/$$p; $(DESTDIR)$(bindir)/gbc -ag; $(DESTDIR)$(bindir)/gba; \ - fi \ - done) diff --git a/dev-util/gambas/files/WebHome.html b/dev-util/gambas/files/WebHome.html deleted file mode 100644 index 2c5d0c6b43b8..000000000000 --- a/dev-util/gambas/files/WebHome.html +++ /dev/null @@ -1,18 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<!--<link rel="stylesheet" href=".rsrc/WebHome/../style.css">--> - -<head> - <title> Gambas-Wiki . Gambas . WebHome</title> - <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> - <meta name="robots" content="noindex" /> - -</head> -<body bgcolor="#ffffff"> - -<h1><a name="Gambas_Documentation"> Gambas Documentation </a></h1> - -<p>Sorry, but to get the API documentation you have to set the <b>doc</b> USE-flag -in make.conf or package.use (see <i>man portage</i>).</p> - -</body></html> diff --git a/dev-util/gambas/files/gambas-1.0.6-configure-CFLAGS.patch b/dev-util/gambas/files/gambas-1.0.6-configure-CFLAGS.patch deleted file mode 100644 index 1ede1cb29a93..000000000000 --- a/dev-util/gambas/files/gambas-1.0.6-configure-CFLAGS.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- configure.in -+++ configure.in -@@ -27601,37 +27601,10 @@ - CFLAGS="$CFLAGS -pipe -Wall -fno-strict-aliasing" - CXXFLAGS="$CXXFLAGS -pipe -Wall -fno-exceptions" - --if test "$gambas_prof" = "yes"; then -- CFLAGS="$CFLAGS -pg" -- CXXFLAGS="$CXXFLAGS -pg" -- --# if test "$gambas_optimization" = "yes"; then --# echo -e "\n**** Warning: --enable-profiling implies --disable-optimization\n" --# gambas_optimization="no"; --# fi -- --fi -- --if test "$gambas_debug" = "yes"; then -- CFLAGS="$CFLAGS -g" -- CXXFLAGS="$CXXFLAGS -g" --fi -- - # gambas_flag="-O2 -fstrength-reduce -frerun-loop-opt -fexpensive-optimizations -fschedule-insns2 -funroll-loops" - # gambas_flags="$gambas_flags -fno-strict-aliasing -falign-loops=2 -falign-jumps=2" - # gambas_flags="$gambas_flags -falign-functions=2 -ffast-math" - --if test "$gambas_prof" = "no"; then -- gambas_flags="$gambas_flags -fomit-frame-pointer" --fi -- --if test "x$gambas_optimization" = "xyes"; then -- CFLAGS="$CFLAGS -Os" -- CXXFLAGS="$CXXFLAGS -Os -fno-omit-frame-pointer" --else -- CFLAGS="$CFLAGS -O0" -- CXXFLAGS="$CXXFLAGS -O0" --fi - - - diff --git a/dev-util/gambas/gambas-1.0.14.ebuild b/dev-util/gambas/gambas-1.0.14.ebuild deleted file mode 100644 index ae88237aa246..000000000000 --- a/dev-util/gambas/gambas-1.0.14.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-1.0.14.ebuild,v 1.7 2008/07/27 21:33:25 carlo Exp $ - -EAPI=1 - -inherit eutils qt3 autotools - -DESCRIPTION="a RAD tool for BASIC" -HOMEPAGE="http://gambas.sourceforge.net/" -SRC_URI="mirror://sourceforge/gambas/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="1" -KEYWORDS="x86 -amd64" -IUSE="postgres mysql sdl doc curl sqlite xml xsl zlib kde bzip2" - -RDEPEND="x11-libs/qt:3 - kde? ( kde-base/kdelibs:3.5 ) - sdl? ( media-libs/libsdl media-libs/sdl-mixer sys-libs/gpm ) - mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-server ) - curl? ( net-misc/curl ) - sqlite? ( =dev-db/sqlite-2* ) - xml? ( dev-libs/libxml2 ) - xsl? ( dev-libs/libxslt ) - zlib? ( sys-libs/zlib ) - bzip2? ( app-arch/bzip2 )" -DEPEND="${RDEPEND} - >=sys-devel/autoconf-2.59 - >=sys-devel/automake-1.7.5" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.0.6-configure-CFLAGS.patch - - # replace braindead Makefile (it's getting better, but - # still has the stupid symlink stuff) - rm Makefile* - cp "${FILESDIR}/Makefile.am-1.0_rc2" ./Makefile.am - - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - econf \ - --enable-qt \ - --enable-net \ - --enable-vb \ - $(use_enable mysql) \ - $(use_enable postgres) \ - $(use_enable sqlite) \ - $(use_enable sdl) \ - $(use_enable curl) \ - $(use_enable zlib) \ - $(use_enable xml libxml) \ - $(use_enable xsl xslt) \ - $(use_enable bzip2 bzlib2) \ - $(use_enable kde) \ - --disable-optimization \ - --disable-debug \ - --disable-profiling \ - || die - - emake || die -} - -src_install() { - export PATH="${D}/usr/bin:${PATH}" - make DESTDIR="${D}" install || die - - dodoc README INSTALL NEWS AUTHORS ChangeLog TODO - - # only install the API docs and examples with USE=doc - if use doc ; then - mv "${D}"/usr/share/${PN}/help "${D}"/usr/share/doc/${PF}/html - mv "${D}"/usr/share/${PN}/examples "${D}"/usr/share/doc/${PF}/examples - else - dohtml "${FILESDIR}/WebHome.html" - fi - rm -r "${D}"/usr/share/${PN}/help "${D}"/usr/share/${PN}/examples - dosym ../doc/${PF}/html /usr/share/${PN}/help - dosym ../doc/${PF}/examples /usr/share/${PN}/examples -} diff --git a/dev-util/gambas/gambas-1.0.16.ebuild b/dev-util/gambas/gambas-1.0.16.ebuild deleted file mode 100644 index f299db81b009..000000000000 --- a/dev-util/gambas/gambas-1.0.16.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-1.0.16.ebuild,v 1.6 2008/07/27 21:33:25 carlo Exp $ - -EAPI=1 - -inherit eutils qt3 autotools - -DESCRIPTION="a RAD tool for BASIC" -HOMEPAGE="http://gambas.sourceforge.net/" -SRC_URI="mirror://sourceforge/gambas/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="1" -KEYWORDS="~x86 -amd64" -IUSE="postgres mysql sdl doc curl sqlite xml xsl zlib kde bzip2" - -RDEPEND="x11-libs/qt:3 - kde? ( kde-base/kdelibs:3.5 ) - sdl? ( media-libs/libsdl media-libs/sdl-mixer sys-libs/gpm ) - mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-server ) - curl? ( net-misc/curl ) - sqlite? ( =dev-db/sqlite-2* ) - xml? ( dev-libs/libxml2 ) - xsl? ( dev-libs/libxslt ) - zlib? ( sys-libs/zlib ) - bzip2? ( app-arch/bzip2 )" -DEPEND="${RDEPEND} - >=sys-devel/autoconf-2.59 - >=sys-devel/automake-1.7.5" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.0.6-configure-CFLAGS.patch - - # replace braindead Makefile (it's getting better, but - # still has the stupid symlink stuff) - rm Makefile* - cp "${FILESDIR}/Makefile.am-1.0_rc2" ./Makefile.am - - eautoreconf || die "autotools failed" -} - -src_compile() { - econf \ - --enable-qt \ - --enable-net \ - --enable-vb \ - $(use_enable mysql) \ - $(use_enable postgres) \ - $(use_enable sqlite) \ - $(use_enable sdl) \ - $(use_enable curl) \ - $(use_enable zlib) \ - $(use_enable xml libxml) \ - $(use_enable xsl xslt) \ - $(use_enable bzip2 bzlib2) \ - $(use_enable kde) \ - --disable-optimization \ - --disable-debug \ - --disable-profiling \ - || die - - emake || die -} - -src_install() { - export PATH="${D}/usr/bin:${PATH}" - make DESTDIR="${D}" install || die - - dodoc README INSTALL NEWS AUTHORS ChangeLog TODO - - # only install the API docs and examples with USE=doc - if use doc ; then - mv "${D}"/usr/share/${PN}/help "${D}"/usr/share/doc/${PF}/html - mv "${D}"/usr/share/${PN}/examples "${D}"/usr/share/doc/${PF}/examples - else - dohtml "${FILESDIR}/WebHome.html" - fi - rm -r "${D}"/usr/share/${PN}/help "${D}"/usr/share/${PN}/examples - dosym ../doc/${PF}/html /usr/share/${PN}/help - dosym ../doc/${PF}/examples /usr/share/${PN}/examples -} diff --git a/dev-util/gambas/gambas-1.0.17.ebuild b/dev-util/gambas/gambas-1.0.17.ebuild deleted file mode 100644 index 6dd9531532cd..000000000000 --- a/dev-util/gambas/gambas-1.0.17.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-1.0.17.ebuild,v 1.6 2008/07/27 21:33:25 carlo Exp $ - -EAPI=1 - -inherit eutils qt3 autotools - -DESCRIPTION="a RAD tool for BASIC" -HOMEPAGE="http://gambas.sourceforge.net/" -SRC_URI="mirror://sourceforge/gambas/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="1" -KEYWORDS="~x86 -amd64" -IUSE="postgres mysql sdl doc curl sqlite xml xsl zlib kde bzip2" - -RDEPEND="x11-libs/qt:3 - kde? ( kde-base/kdelibs:3.5 ) - sdl? ( media-libs/libsdl media-libs/sdl-mixer sys-libs/gpm ) - mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-server ) - curl? ( net-misc/curl ) - sqlite? ( =dev-db/sqlite-2* ) - xml? ( dev-libs/libxml2 ) - xsl? ( dev-libs/libxslt ) - zlib? ( sys-libs/zlib ) - bzip2? ( app-arch/bzip2 )" -DEPEND="${RDEPEND} - >=sys-devel/autoconf-2.59 - >=sys-devel/automake-1.7.5" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.0.6-configure-CFLAGS.patch - - # replace braindead Makefile (it's getting better, but - # still has the stupid symlink stuff) - rm Makefile* - cp "${FILESDIR}/Makefile.am-1.0_rc2" ./Makefile.am - - eautoreconf || die "autotools failed" -} - -src_compile() { - econf \ - --enable-qt \ - --enable-net \ - --enable-vb \ - $(use_enable mysql) \ - $(use_enable postgres) \ - $(use_enable sqlite) \ - $(use_enable sdl) \ - $(use_enable curl) \ - $(use_enable zlib) \ - $(use_enable xml libxml) \ - $(use_enable xsl xslt) \ - $(use_enable bzip2 bzlib2) \ - $(use_enable kde) \ - --disable-optimization \ - --disable-debug \ - --disable-profiling \ - || die - - emake || die -} - -src_install() { - export PATH="${D}/usr/bin:${PATH}" - make DESTDIR="${D}" install || die - - dodoc README INSTALL NEWS AUTHORS ChangeLog TODO - - # only install the API docs and examples with USE=doc - if use doc ; then - mv "${D}"/usr/share/${PN}/help "${D}"/usr/share/doc/${PF}/html - mv "${D}"/usr/share/${PN}/examples "${D}"/usr/share/doc/${PF}/examples - else - dohtml "${FILESDIR}/WebHome.html" - fi - rm -r "${D}"/usr/share/${PN}/help "${D}"/usr/share/${PN}/examples - dosym ../doc/${PF}/html /usr/share/${PN}/help - dosym ../doc/${PF}/examples /usr/share/${PN}/examples -} diff --git a/dev-util/gambas/gambas-1.9.23.ebuild b/dev-util/gambas/gambas-1.9.23.ebuild deleted file mode 100644 index 4f1ea6b2acab..000000000000 --- a/dev-util/gambas/gambas-1.9.23.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-1.9.23.ebuild,v 1.7 2008/07/27 21:33:25 carlo Exp $ - -EAPI=1 - -inherit eutils qt3 - -MY_P="${PN}2-${PV}" - -DESCRIPTION="a RAD tool for BASIC" -HOMEPAGE="http://gambas.sourceforge.net/" -SRC_URI="mirror://sourceforge/gambas/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="~x86 -amd64" -IUSE="postgres mysql sdl doc curl sqlite xml zlib kde bzip2 odbc ldap pdf opengl sqlite3 pcre gtk" - -S=${WORKDIR}/${MY_P} - -# TODO: add flags for opengl, v4l and corba components -RDEPEND="x11-libs/qt:3 - kde? ( kde-base/kdelibs:3.5 ) - sdl? ( media-libs/libsdl media-libs/sdl-mixer ) - mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-server ) - curl? ( net-misc/curl ) - sqlite? ( =dev-db/sqlite-2* ) - sqlite3? ( >=dev-db/sqlite-3 ) - xml? ( dev-libs/libxml2 dev-libs/libxslt ) - zlib? ( sys-libs/zlib ) - bzip2? ( app-arch/bzip2 ) - odbc? ( dev-db/unixODBC ) - ldap? ( net-nds/openldap ) - gtk? ( >=x11-libs/gtk+-2.6.4 ) - pdf? ( app-text/poppler ) - pcre? ( dev-libs/libpcre )" -#DEPEND="${RDEPEND} -# >=sys-devel/autoconf-2.59 -# >=sys-devel/automake-1.7.5" - -#src_unpack() { -# unpack ${A} -# cd "${S}" -# epatch "${FILESDIR}"/${PN}-1.0.6-configure-CFLAGS.patch - - # replace braindead Makefile (it's getting better, but - # still has the stupid symlink stuff) -# rm Makefile* -# cp "${FILESDIR}/Makefile.am-1.0_rc2" ./Makefile.am - -# aclocal && autoconf && automake || die "autotools failed" -#} - -src_compile() { - - local ext_conf="" - - # TODO: work opengl deps out first - #if use opengl; then - # ext_conf="${ext_conf} $(use_enable sdl sdlopengl)" - # ext_conf="${ext_conf} $(use_enable qt qtopengl)" - #fi - - econf \ - --enable-qt \ - --enable-net \ - --enable-crypt \ - --enable-vb \ - --disable-corba \ - --disable-opengl \ - --disable-sdlopengl \ - --disable-sdl_opengl \ - --disable-qtopengl \ - --disable-v4l \ - $(use_enable mysql) \ - $(use_enable postgres) \ - $(use_enable sqlite) \ - $(use_enable sqlite3) \ - $(use_enable sdl) \ - $(use_enable curl) \ - $(use_enable zlib) \ - $(use_enable xml) \ - $(use_enable bzip2 bzlib2) \ - $(use_enable kde) \ - $(use_enable gtk) \ - $(use_enable odbc) \ - $(use_enable pdf) \ - $(use_enable pcre) \ - $(use_enable ldap) \ - ${ext_conf} \ - --disable-optimization \ - --disable-debug \ - --disable-profiling \ - || die - - emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die -} - -src_install() { - export PATH="${D}/usr/bin:${PATH}" - make DESTDIR="${D}" install || die - - dodoc README INSTALL NEWS AUTHORS ChangeLog TODO - - # only install the API docs and examples with USE=doc - if use doc ; then - mv "${D}"/usr/share/${PN}/help "${D}"/usr/share/doc/${PF}/html - mv "${D}"/usr/share/${PN}/examples "${D}"/usr/share/doc/${PF}/examples - else - dohtml ${FILESDIR}/WebHome.html - fi - rm -r "${D}"/usr/share/${PN}/help "${D}"/usr/share/${PN}/examples - dosym ../doc/${PF}/html /usr/share/${PN}/help - dosym ../doc/${PF}/examples /usr/share/${PN}/examples -} |