diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-17 20:05:40 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-17 20:05:40 +0000 |
commit | 8219f3df29cfe6e59ee82da2b2d2e9b2e5e51d24 (patch) | |
tree | 50b4be971e7ee20edd5385f9872d4418569b867f /dev-libs/libsqlora8 | |
parent | arm stable, bug #440872 (diff) | |
download | gentoo-2-8219f3df29cfe6e59ee82da2b2d2e9b2e5e51d24.tar.gz gentoo-2-8219f3df29cfe6e59ee82da2b2d2e9b2e5e51d24.tar.bz2 gentoo-2-8219f3df29cfe6e59ee82da2b2d2e9b2e5e51d24.zip |
Fix LICENSE, see COPYING file, bug 447636. Don't install useless files in docdir.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-libs/libsqlora8')
-rw-r--r-- | dev-libs/libsqlora8/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libsqlora8/libsqlora8-2.3.3.ebuild | 11 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-libs/libsqlora8/ChangeLog b/dev-libs/libsqlora8/ChangeLog index a82b96f33dc9..aca1f3a9fbb1 100644 --- a/dev-libs/libsqlora8/ChangeLog +++ b/dev-libs/libsqlora8/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libsqlora8 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsqlora8/ChangeLog,v 1.10 2012/05/10 15:54:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsqlora8/ChangeLog,v 1.11 2012/12/17 20:05:40 ulm Exp $ + + 17 Dec 2012; Ulrich Müller <ulm@gentoo.org> libsqlora8-2.3.3.ebuild: + Fix LICENSE, see COPYING file, bug 447636. Don't install useless files in + docdir. 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -libsqlora8-2.2.11.ebuild: Remove old diff --git a/dev-libs/libsqlora8/libsqlora8-2.3.3.ebuild b/dev-libs/libsqlora8/libsqlora8-2.3.3.ebuild index 277a27208ccd..5d9550d09236 100644 --- a/dev-libs/libsqlora8/libsqlora8-2.3.3.ebuild +++ b/dev-libs/libsqlora8/libsqlora8-2.3.3.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsqlora8/libsqlora8-2.3.3.ebuild,v 1.1 2011/05/11 23:27:04 xmw Exp $ - -IUSE="threads orathreads" +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsqlora8/libsqlora8-2.3.3.ebuild,v 1.2 2012/12/17 20:05:40 ulm Exp $ DESCRIPTION="libsqlora8 is a simple C-library to access Oracle databases via the OCI interface" SRC_URI="http://www.poitschke.de/libsqlora8/${P}.tar.gz" HOMEPAGE="http://www.poitschke.de/libsqlora8/index_noframe.html" -LICENSE="as-is" +LICENSE="ISC" SLOT="0" KEYWORDS="~x86" +IUSE="threads orathreads" DEPEND="" @@ -55,7 +54,7 @@ src_compile() { src_install () { einstall - dodoc COPYING ChangeLog INSTALL NEWS NEWS-2.2 + dodoc ChangeLog NEWS NEWS-2.2 # TODO # Copy contents of doc and examples directory to doc |