diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-04-10 17:23:19 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-04-10 17:24:05 +0200 |
commit | a44e39fefd14cb232a633de86c765862a7f2b82c (patch) | |
tree | 3a1b3a45383a21a2592a4cb023570321a69b11b5 /dev-db/unixODBC | |
parent | dev-db/unixODBC: Bump to version 2.3.4 (bug #573792). (diff) | |
download | gentoo-a44e39fefd14cb232a633de86c765862a7f2b82c.tar.gz gentoo-a44e39fefd14cb232a633de86c765862a7f2b82c.tar.bz2 gentoo-a44e39fefd14cb232a633de86c765862a7f2b82c.zip |
dev-db/unixODBC: Removed old.
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r-- | dev-db/unixODBC/Manifest | 1 | ||||
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.3.1-r1.ebuild | 49 | ||||
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.3.1.ebuild | 46 |
3 files changed, 0 insertions, 96 deletions
diff --git a/dev-db/unixODBC/Manifest b/dev-db/unixODBC/Manifest index 66debc338952..82f8c362f378 100644 --- a/dev-db/unixODBC/Manifest +++ b/dev-db/unixODBC/Manifest @@ -1,3 +1,2 @@ -DIST unixODBC-2.3.1.tar.gz 1813380 SHA256 1f5be3edecff9e31072ef738ea1d8019594c4f0c2e3ab427e6eef153491db6a2 SHA512 682a4c58febb923491aba4cad8d07228330e5dccb7b8969e0a9d99f92cd90757bd931441f3391c8562ade89f3cfc82416bad8c63d6c0e60b55d0101829e8b872 WHIRLPOOL c3bae729f8af2d4a2680768f00e91044ea32fedc4e677230db3c6a321e8e41964b57b3f850aef6d8213c611f3d0b62822d3c68b8f1b9a11877403891d310e32a DIST unixODBC-2.3.2.tar.gz 1849173 SHA256 9c3459742f25df5aa3c10a61429bde51a6d4f11552c03095f1d33d7eb02b5c9a SHA512 31d705bf3dcaff6707d5680235b34e4d265a084b1de9e1b2ed3bbee1e1dfefdb4437fe3e1736b84e446d1927ec7622296d9e9b129052cb35f4b63b0bd79ccd13 WHIRLPOOL 05b8fe927a148a0b7ec7abecbac6f5370e904c669b5b0cc58840f7c2302e1df62901a1a627221057be6d4b8b90772854fe3db6e5fda2a5df02970073416ef5f0 DIST unixODBC-2.3.4.tar.gz 1830660 SHA256 2e1509a96bb18d248bf08ead0d74804957304ff7c6f8b2e5965309c632421e39 SHA512 34799777c95539905d4bbe60ad2b83631a31a68483b6be96dba25f80fa2fff4624ba170078097c942f2206873776d179d7d02a340598c4627f8723eb6f083a26 WHIRLPOOL 11fc01160a220d35dbf54ffc88ecb8bb41fc447c2a55e32adc27e5c909251017add3089d1517b0ca3bc1ba0f68055f3eb6a28dfc686706bc58f69258bfdb326a diff --git a/dev-db/unixODBC/unixODBC-2.3.1-r1.ebuild b/dev-db/unixODBC/unixODBC-2.3.1-r1.ebuild deleted file mode 100644 index 644d2b396b2f..000000000000 --- a/dev-db/unixODBC/unixODBC-2.3.1-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit libtool - -DESCRIPTION="A complete ODBC driver manager" -HOMEPAGE="http://www.unixodbc.org/" -SRC_URI="http://ftp.unixodbc.org/pub/${PN}/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="+minimal odbcmanual static-libs unicode" - -RDEPEND=">=sys-devel/libtool-2.2.6b - >=sys-libs/readline-6.1 - >=sys-libs/ncurses-5.7-r7 - virtual/libiconv" -DEPEND="${RDEPEND} - sys-devel/flex" - -DOCS="AUTHORS ChangeLog NEWS README" - -src_prepare() { - elibtoolize -} - -src_configure() { - # --enable-driver-conf is --enable-driverc as per configure.in - econf \ - --sysconfdir="${EPREFIX}"/etc/${PN} \ - --enable-iconv \ - $(use_enable static-libs static) \ - $(use_enable !minimal drivers) \ - $(use_enable !minimal driverc) \ - $(use_with unicode iconv-char-enc UTF8) \ - $(use_with unicode iconv-ucode-enc UTF16LE) -} - -src_install() { - default - - use prefix && dodoc README* - use odbcmanual && dohtml -a css,gif,html,sql,vsd -r doc/* - - find "${ED}" -name '*.la' -exec sed -i -e "/^dependency_libs/s:=.*:='':" {} + -} diff --git a/dev-db/unixODBC/unixODBC-2.3.1.ebuild b/dev-db/unixODBC/unixODBC-2.3.1.ebuild deleted file mode 100644 index ad3b416777be..000000000000 --- a/dev-db/unixODBC/unixODBC-2.3.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit libtool - -DESCRIPTION="A complete ODBC driver manager" -HOMEPAGE="http://www.unixodbc.org/" -SRC_URI="http://ftp.unixodbc.org/pub/${PN}/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="+minimal odbcmanual static-libs" - -RDEPEND=">=sys-devel/libtool-2.2.6b - >=sys-libs/readline-6.1 - >=sys-libs/ncurses-5.7-r7 - virtual/libiconv" -DEPEND="${RDEPEND} - sys-devel/flex" - -DOCS="AUTHORS ChangeLog NEWS README" - -src_prepare() { - elibtoolize -} - -src_configure() { - # --enable-driver-conf is --enable-driverc as per configure.in - econf \ - --sysconfdir="${EPREFIX}"/etc/${PN} \ - $(use_enable static-libs static) \ - $(use_enable !minimal drivers) \ - $(use_enable !minimal driverc) -} - -src_install() { - default - - use prefix && dodoc README* - use odbcmanual && dohtml -a css,gif,html,sql,vsd -r doc/* - - find "${ED}" -name '*.la' -exec sed -i -e "/^dependency_libs/s:=.*:='':" {} + -} |