diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-06-16 12:03:22 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-06-16 12:03:22 +0000 |
commit | 833239b4ed803d14d92b98226831a90d48a47479 (patch) | |
tree | ab5e133f0f560cd0195efe823609c68a7cb28940 /dev-libs | |
parent | Remove old as requested by Pacho Ramos, <pacho@gentoo.org> (diff) | |
download | gentoo-2-833239b4ed803d14d92b98226831a90d48a47479.tar.gz gentoo-2-833239b4ed803d14d92b98226831a90d48a47479.tar.bz2 gentoo-2-833239b4ed803d14d92b98226831a90d48a47479.zip |
Drop old.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/qof/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/qof/files/qof-0.7.4-remove_spurious_CFLAGS.patch | 57 | ||||
-rw-r--r-- | dev-libs/qof/qof-0.7.5-r1.ebuild | 42 |
3 files changed, 5 insertions, 100 deletions
diff --git a/dev-libs/qof/ChangeLog b/dev-libs/qof/ChangeLog index 3c663ea092ed..087fa2d7fd19 100644 --- a/dev-libs/qof/ChangeLog +++ b/dev-libs/qof/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/qof # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.36 2012/05/04 18:35:45 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.37 2012/06/16 12:03:21 pacho Exp $ + + 16 Jun 2012; Pacho Ramos <pacho@gentoo.org> + -files/qof-0.7.4-remove_spurious_CFLAGS.patch, -qof-0.7.5-r1.ebuild: + Drop old. 04 May 2012; Jeff Horelick <jdhore@gentoo.org> qof-0.7.5-r1.ebuild, qof-0.8.1.ebuild: diff --git a/dev-libs/qof/files/qof-0.7.4-remove_spurious_CFLAGS.patch b/dev-libs/qof/files/qof-0.7.4-remove_spurious_CFLAGS.patch deleted file mode 100644 index eb7b2ecf06f4..000000000000 --- a/dev-libs/qof/files/qof-0.7.4-remove_spurious_CFLAGS.patch +++ /dev/null @@ -1,57 +0,0 @@ ---- configure.orig 2008-01-30 13:06:35.000000000 +0100 -+++ configure 2008-01-30 13:06:45.000000000 +0100 -@@ -26894,18 +26894,18 @@ - echo $ECHO_N "checking what extra warning flags to pass to the C compiler... $ECHO_C" >&6; } - if test ${GCC}x = yesx; then - warnFLAGS= -- CFLAGS="${CFLAGS} -g2 -Wall" -+ CFLAGS="${CFLAGS}" - # Check whether --enable-error-on-warning was given. - if test "${enable_error_on_warning+set}" = set; then - enableval=$enable_error_on_warning; case "${enableval}" in -- yes) warnFLAGS="${warnFLAGS} -Werror" ;; -+ yes) warnFLAGS="${warnFLAGS}" ;; - no) ;; - *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-error-on-warning" >&5 - echo "$as_me: error: bad value ${enableval} for --enable-error-on-warning" >&2;} - { (exit 1); exit 1; }; } ;; - esac - else -- warnFLAGS="${warnFLAGS} -Werror" -+ warnFLAGS="${warnFLAGS}" - fi - - GCC_VERSION=`${CC} -dumpversion` -@@ -26913,10 +26913,10 @@ - # This is gcc >= 3.x.x - if test `echo ${GCC_VERSION} | cut -d. -f2` -ge 4; then - # This is gcc >= 3.4.x -- warnFLAGS="${warnFLAGS} -Wdeclaration-after-statement" -+ warnFLAGS="${warnFLAGS}" - else if test `echo ${GCC_VERSION} | cut -d. -f1` -ge 4; then - # This is gcc == 4.x.x -- warnFLAGS="${warnFLAGS} -Wdeclaration-after-statement -Wno-pointer-sign" -+ warnFLAGS="${warnFLAGS}" - fi - fi - fi -@@ -26934,19 +26934,6 @@ - enableval=$enable_compile_warnings; set_compile_warnings=yes - fi - -- --if test "$GCC" = "yes" -a "$set_compile_warnings" != "no"; then -- warnFLAGS="$warnFLAGS -Wcast-align -Wsign-compare \ -- -Wmissing-prototypes -Wmissing-declarations -Werror -Wmissing-include-dirs \ -- -Wstrict-prototypes -Winline -Wnested-externs -Wpointer-arith \ -- -Wmissing-field-initializers" --# LDFLAGS="$LDFLAGS -Wl,-z,defs" --fi -- -- -- -- -- - DATADIR=`eval echo $datadir` - QSF_SCHEMA_DIR=`eval echo $DATADIR`"/xml/qof/qsf" - diff --git a/dev-libs/qof/qof-0.7.5-r1.ebuild b/dev-libs/qof/qof-0.7.5-r1.ebuild deleted file mode 100644 index 5ae353db406d..000000000000 --- a/dev-libs/qof/qof-0.7.5-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/qof-0.7.5-r1.ebuild,v 1.8 2012/05/04 18:35:45 jdhore Exp $ - -EAPI=1 - -inherit eutils - -DESCRIPTION="A Query Object Framework" -HOMEPAGE="http://qof.alioth.debian.org/" -SRC_URI="mirror://sourceforge/qof/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" - -KEYWORDS="amd64 ~ppc ~ppc64 sparc x86" - -IUSE="doc nls sqlite" - -RDEPEND="dev-libs/libxml2 - dev-libs/glib:2 - sqlite? ( dev-db/sqlite:0 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - !dev-libs/qof:2 - doc? ( app-doc/doxygen )" - -src_unpack() { - unpack ${A} - cd "${S}" - # Upstream not willing to remove those stupid flags... - epatch "${FILESDIR}/${PN}-0.7.4-remove_spurious_CFLAGS.patch" -} - -src_compile() { - econf $(use_enable doc html-docs) --disable-error-on-warning $(use_enable nls) $(use_enable doc doxygen) --disable-dot $(use_enable sqlite) --disable-gdabackend --disable-gdasql || die - emake -j1 || die -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die -} |