diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2010-05-06 22:17:55 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2010-05-06 22:17:55 +0000 |
commit | 8c41eb7e9524fd952506f13aadc1f83e1f06bf89 (patch) | |
tree | dda26254eee00a4473f6c3180abde08ee481bb53 | |
parent | Version bump, remove old (incompatible one) (diff) | |
download | gentoo-2-8c41eb7e9524fd952506f13aadc1f83e1f06bf89.tar.gz gentoo-2-8c41eb7e9524fd952506f13aadc1f83e1f06bf89.tar.bz2 gentoo-2-8c41eb7e9524fd952506f13aadc1f83e1f06bf89.zip |
Remove old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | dev-db/virtuoso-odbc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/virtuoso-odbc/files/6.1.0/6.1.0-common.patch | 62 | ||||
-rw-r--r-- | dev-db/virtuoso-odbc/virtuoso-odbc-6.1.0.ebuild | 46 |
3 files changed, 5 insertions, 109 deletions
diff --git a/dev-db/virtuoso-odbc/ChangeLog b/dev-db/virtuoso-odbc/ChangeLog index a0682d4f1668..e4a2e4e76061 100644 --- a/dev-db/virtuoso-odbc/ChangeLog +++ b/dev-db/virtuoso-odbc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/virtuoso-odbc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/virtuoso-odbc/ChangeLog,v 1.6 2010/05/02 09:43:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/virtuoso-odbc/ChangeLog,v 1.7 2010/05/06 22:17:55 reavertm Exp $ + + 06 May 2010; Maciej Mrozowski <reavertm@gentoo.org> + -files/6.1.0/6.1.0-common.patch, -virtuoso-odbc-6.1.0.ebuild: + Remove old 02 May 2010; Alexis Ballier <aballier@gentoo.org> virtuoso-odbc-6.1.1.ebuild: diff --git a/dev-db/virtuoso-odbc/files/6.1.0/6.1.0-common.patch b/dev-db/virtuoso-odbc/files/6.1.0/6.1.0-common.patch deleted file mode 100644 index abc2aded35ba..000000000000 --- a/dev-db/virtuoso-odbc/files/6.1.0/6.1.0-common.patch +++ /dev/null @@ -1,62 +0,0 @@ -diff -ru ../virtuoso-opensource-6.1.0/appsrc/Makefile.am ./appsrc/Makefile.am ---- ../virtuoso-opensource-6.1.0/appsrc/Makefile.am 2007-05-07 15:23:31.000000000 +0200 -+++ ./appsrc/Makefile.am 2010-02-04 03:29:07.355245690 +0100 -@@ -19,17 +19,4 @@ - # - # - --SUBDIRS = \ -- ODS-Framework \ -- ODS-Addressbook \ -- ODS-Blog \ -- ODS-Bookmark \ -- ODS-Briefcase \ -- ODS-Calendar \ -- ODS-Community \ -- ODS-Discussion \ -- ODS-FeedManager \ -- ODS-Gallery \ -- ODS-Polls \ -- ODS-WebMail \ -- ODS-Wiki -+SUBDIRS = ODS-Framework ODS-Addressbook ODS-Blog ODS-Bookmark ODS-Briefcase ODS-Calendar ODS-Community ODS-Discussion ODS-FeedManager ODS-Gallery ODS-Polls ODS-WebMail ODS-Wiki -diff -ru ../virtuoso-opensource-6.1.0/configure.in ./configure.in ---- ../virtuoso-opensource-6.1.0/configure.in 2010-02-03 21:49:18.000000000 +0100 -+++ ./configure.in 2010-02-04 03:29:07.406282543 +0100 -@@ -608,18 +608,6 @@ - ## ## - ########################################################################## - --AC_ARG_WITH(debug, [dnl --AC_HELP_STRING([--with-debug], [debugging code])dnl --], [ with_debug="$withval" ], -- [ with_debug="no" ]) --if test "x$with_debug" = "xyes"; then -- CCOPT="-g" -- AM_LDFLAGS="-g" --else -- CCOPT="" -- AM_LDFLAGS="-s" --fi -- - AC_CHECKING([default compiler values]) - if eval "${CC-cc} $CFLAGS $AM_LDFLAGS -o binsrc/config/ccdefs binsrc/config/ccdefs.c" ; then - eval `binsrc/config/ccdefs` -diff -ru ../virtuoso-opensource-6.1.0/Makefile.am ./Makefile.am ---- ../virtuoso-opensource-6.1.0/Makefile.am 2010-02-03 17:09:01.000000000 +0100 -+++ ./Makefile.am 2010-02-04 03:29:07.414281441 +0100 -@@ -25,14 +25,6 @@ - - SUBDIRS = . docsrc libsrc binsrc appsrc - --dist_doc_DATA = \ -- AUTHORS \ -- COPYING \ -- CREDITS \ -- INSTALL \ -- LICENSE \ -- NEWS \ -- README* - - # ---------------------------------------------------------------------- - # diff --git a/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.0.ebuild b/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.0.ebuild deleted file mode 100644 index e18b06d0072f..000000000000 --- a/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.0.ebuild,v 1.3 2010/02/16 17:12:29 josejx Exp $ - -EAPI="3" - -inherit virtuoso - -DESCRIPTION="ODBC driver for OpenLink Virtuoso Open-Source Edition" - -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -RDEPEND=" - >=dev-libs/openssl-0.9.7i:0 -" -DEPEND="${RDEPEND}" - -VOS_EXTRACT=" - libsrc/Dk - libsrc/Thread - libsrc/odbcsdk - libsrc/util - binsrc/driver -" - -src_configure() { - myconf+=" - $(use_enable static-libs static) - --without-iodbc - " - - virtuoso_src_configure -} - -src_install() { - virtuoso_src_install - - # Remove libtool files - if ! use static-libs; then - local libdir - for libdir in $(get_all_libdirs); do - rm -f "${ED}/usr/${libdir}"/*.la || die - done - fi -} |