diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-02-21 21:05:53 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-02-21 21:05:53 +0000 |
commit | 19f698a5ceecf19a0d52845c807a5b45a18591e6 (patch) | |
tree | a22eb114d62514fbfa617b8566b53a40dc13878d /dev-haskell/hdbc-sqlite | |
parent | eapi=5; rdepend for media-plugins/vdr-graphtftng added (diff) | |
download | gentoo-2-19f698a5ceecf19a0d52845c807a5b45a18591e6.tar.gz gentoo-2-19f698a5ceecf19a0d52845c807a5b45a18591e6.tar.bz2 gentoo-2-19f698a5ceecf19a0d52845c807a5b45a18591e6.zip |
Drop old.
(Portage version: 2.2.8_p51/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/hdbc-sqlite')
-rw-r--r-- | dev-haskell/hdbc-sqlite/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/hdbc-sqlite/hdbc-sqlite-2.3.0.0.ebuild | 53 |
2 files changed, 6 insertions, 55 deletions
diff --git a/dev-haskell/hdbc-sqlite/ChangeLog b/dev-haskell/hdbc-sqlite/ChangeLog index 51bf94ba846a..1b2e5826bd7f 100644 --- a/dev-haskell/hdbc-sqlite/ChangeLog +++ b/dev-haskell/hdbc-sqlite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hdbc-sqlite -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-sqlite/ChangeLog,v 1.17 2012/12/24 15:37:59 slyfox Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-sqlite/ChangeLog,v 1.18 2014/02/21 21:05:53 slyfox Exp $ + + 21 Feb 2014; Sergei Trofimovich <slyfox@gentoo.org> + -hdbc-sqlite-2.3.0.0.ebuild: + Drop old. 24 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> +files/HDBC-sqlite3-2.3.3.0-ghc-7.6.patch, hdbc-sqlite-2.3.3.0.ebuild: diff --git a/dev-haskell/hdbc-sqlite/hdbc-sqlite-2.3.0.0.ebuild b/dev-haskell/hdbc-sqlite/hdbc-sqlite-2.3.0.0.ebuild deleted file mode 100644 index ae17fe7296f2..000000000000 --- a/dev-haskell/hdbc-sqlite/hdbc-sqlite-2.3.0.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-sqlite/hdbc-sqlite-2.3.0.0.ebuild,v 1.3 2012/12/07 10:35:19 slyfox Exp $ - -CABAL_FEATURES="bin lib profile haddock hscolour" -inherit haskell-cabal - -MY_PN="HDBC-sqlite3" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Sqlite v3 driver for HDBC" -HOMEPAGE="http://software.complete.org/hdbc-sqlite3" -SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="2" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="test" # not all files are bundled - -RDEPEND=">=dev-lang/ghc-6.10 - >=dev-haskell/hdbc-2.2 - dev-haskell/mtl - dev-haskell/utf8-string - >=dev-db/sqlite-3.2" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2.3 - test? ( dev-haskell/convertible - dev-haskell/hunit - dev-haskell/testpack - ) - " - -S="${WORKDIR}/${MY_P}" - -src_configure() { - cabal_src_configure $(cabal_flag test buildtests) -} - -src_test() { - # default tests - haskell-cabal_src_test || die "cabal test failed" - - # built custom tests - "${S}/dist/build/runtests/runtests" || die "unit tests failed" -} - -src_install() { - cabal_src_install - - # if tests were enabled, make sure the unit test driver is deleted - rm -f "${ED}/usr/bin/runtests" -} |