summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-01-19 13:12:04 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-01-19 13:12:04 +0000
commit18d82c85e484d69c27e0167576f2fa781fdca92b (patch)
treee63fda777d4c4333cb46b46d9c32dc7c2f3f7bf0 /dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild
parentversion bump (diff)
downloadgentoo-2-18d82c85e484d69c27e0167576f2fa781fdca92b.tar.gz
gentoo-2-18d82c85e484d69c27e0167576f2fa781fdca92b.tar.bz2
gentoo-2-18d82c85e484d69c27e0167576f2fa781fdca92b.zip
remove old
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild')
-rw-r--r--dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild
deleted file mode 100644
index 32a89c82aca9..000000000000
--- a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.2.ebuild,v 1.3 2013/02/17 17:37:35 ago Exp $
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="A package for ocaml that provides access to PostgreSQL databases."
-SRC_URI="http://bitbucket.org/mmottl/postgresql-ocaml/downloads/${P}.tar.gz"
-HOMEPAGE="http://bitbucket.org/mmottl/postgresql-ocaml"
-IUSE="examples"
-
-DEPEND="dev-db/postgresql-base
- dev-db/postgresql-server"
-RDEPEND="${DEPEND}"
-
-SLOT="0/${PV}"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~ppc x86"
-
-DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
-
-src_install() {
- oasis_src_install
- if use examples ; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-}