public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Mrozowski (reavertm)" <reavertm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/virtuoso-odbc: ChangeLog virtuoso-odbc-6.1.1.ebuild
Date: Tue,  6 Apr 2010 17:31:23 +0000 (UTC)	[thread overview]
Message-ID: <20100406173124.206552C04A@corvid.gentoo.org> (raw)

reavertm    10/04/06 17:31:23

  Modified:             ChangeLog
  Added:                virtuoso-odbc-6.1.1.ebuild
  Log:
  Version bump 6.1.1
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-db/virtuoso-odbc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/virtuoso-odbc/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/virtuoso-odbc/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/virtuoso-odbc/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/virtuoso-odbc/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	16 Feb 2010 17:12:29 -0000	1.4
+++ ChangeLog	6 Apr 2010 17:31:23 -0000	1.5
@@ -1,6 +1,12 @@
 # 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.4 2010/02/16 17:12:29 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/virtuoso-odbc/ChangeLog,v 1.5 2010/04/06 17:31:23 reavertm Exp $
+
+*virtuoso-odbc-6.1.1 (06 Apr 2010)
+
+  06 Apr 2010; Maciej Mrozowski <reavertm@gentoo.org>
+  +virtuoso-odbc-6.1.1.ebuild:
+  Version bump 6.1.1
 
   16 Feb 2010; Joseph Jezak <josejx@gentoo.org> virtuoso-odbc-6.1.0.ebuild:
   Marked ~ppc/~ppc64 for bug #304365.



1.1                  dev-db/virtuoso-odbc/virtuoso-odbc-6.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.1.ebuild?rev=1.1&content-type=text/plain

Index: virtuoso-odbc-6.1.1.ebuild
===================================================================
# 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.1.ebuild,v 1.1 2010/04/06 17:31:23 reavertm 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
}






             reply	other threads:[~2010-04-06 17:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-06 17:31 Maciej Mrozowski (reavertm) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-05-02  9:43 [gentoo-commits] gentoo-x86 commit in dev-db/virtuoso-odbc: ChangeLog virtuoso-odbc-6.1.1.ebuild Alexis Ballier (aballier)
2010-05-19 13:39 Robert Piasek (dagger)
2010-06-24  5:30 Christoph Mende (angelos)
2010-06-27  8:43 Christian Faulhammer (fauli)
2010-08-09  1:57 Joseph Jezak (josejx)
2010-09-03 19:29 Joseph Jezak (josejx)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100406173124.206552C04A@corvid.gentoo.org \
    --to=reavertm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox