diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:42:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:42:14 +0000 |
commit | a622304dd7b75bc027607fd2a75919ecc3683e2f (patch) | |
tree | 2e6d021755888798fca164bde36e1eac81e1903c /dev-db | |
parent | Remove old (diff) | |
download | gentoo-2-a622304dd7b75bc027607fd2a75919ecc3683e2f.tar.gz gentoo-2-a622304dd7b75bc027607fd2a75919ecc3683e2f.tar.bz2 gentoo-2-a622304dd7b75bc027607fd2a75919ecc3683e2f.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqliteodbc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqliteodbc/sqliteodbc-0.93.ebuild | 42 |
2 files changed, 4 insertions, 43 deletions
diff --git a/dev-db/sqliteodbc/ChangeLog b/dev-db/sqliteodbc/ChangeLog index fef4af501a88..0c65ba23d5ca 100644 --- a/dev-db/sqliteodbc/ChangeLog +++ b/dev-db/sqliteodbc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqliteodbc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/ChangeLog,v 1.27 2012/05/05 11:12:24 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/ChangeLog,v 1.28 2012/05/10 15:42:14 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -sqliteodbc-0.93.ebuild: + Remove old *sqliteodbc-0.94 (05 May 2012) diff --git a/dev-db/sqliteodbc/sqliteodbc-0.93.ebuild b/dev-db/sqliteodbc/sqliteodbc-0.93.ebuild deleted file mode 100644 index 9ca385e498fe..000000000000 --- a/dev-db/sqliteodbc/sqliteodbc-0.93.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-db/sqliteodbc/sqliteodbc-0.93.ebuild,v 1.2 2012/05/05 11:10:37 xmw Exp $ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="ODBC driver to access local SQLite database files." -HOMEPAGE="http://www.ch-werner.de/sqliteodbc/" -SRC_URI="http://www.ch-werner.de/sqliteodbc/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="" - -DEPEND=">=dev-db/sqlite-3.6 - || ( - >=dev-db/unixODBC-2.2 - >=dev-db/libiodbc-3.5 - )" -RDEPEND="${DEPEND}" - -pkg_setup() { - tc-export CC -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-0.93-respect_LDFLAGS.patch" -} - -src_configure() { - econf --disable-static -} - -src_install() { - dodir "/usr/$(get_libdir)" - einstall - find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed" - dodoc ChangeLog README -} |