summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-07-06 18:38:27 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-07-06 18:38:27 +0000
commit1a7c4f62b60f1c6115d4d356a3de324d525812bd (patch)
tree712d7b84778e6b83ff32fbbe531e97bf2b841768 /dev-ml/odns
parentremove old (diff)
downloadhistorical-1a7c4f62b60f1c6115d4d356a3de324d525812bd.tar.gz
historical-1a7c4f62b60f1c6115d4d356a3de324d525812bd.tar.bz2
historical-1a7c4f62b60f1c6115d4d356a3de324d525812bd.zip
remove old
Package-Manager: portage-2.2.0_alpha43/cvs/Linux x86_64
Diffstat (limited to 'dev-ml/odns')
-rw-r--r--dev-ml/odns/ChangeLog5
-rw-r--r--dev-ml/odns/odns-0.2.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/dev-ml/odns/ChangeLog b/dev-ml/odns/ChangeLog
index 31ad326b8235..3484347faa5b 100644
--- a/dev-ml/odns/ChangeLog
+++ b/dev-ml/odns/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/odns
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v 1.2 2011/03/04 12:33:02 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v 1.3 2011/07/06 18:34:50 aballier Exp $
+
+ 06 Jul 2011; Alexis Ballier <aballier@gentoo.org> -odns-0.2.ebuild:
+ remove old
*odns-0.3 (04 Mar 2011)
diff --git a/dev-ml/odns/odns-0.2.ebuild b/dev-ml/odns/odns-0.2.ebuild
deleted file mode 100644
index 9b5712d77214..000000000000
--- a/dev-ml/odns/odns-0.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/odns-0.2.ebuild,v 1.1 2011/02/04 12:59:30 aballier Exp $
-
-EAPI=3
-
-inherit findlib
-
-DESCRIPTION="OCaml library to query DNS servers"
-HOMEPAGE="http://odns.tuxfamily.org/"
-SRC_URI="http://download.tuxfamily.org/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt]"
-DEPEND="${RDEPEND}"
-
-src_install() {
- findlib_src_preinst
- PREFIX="${D}/usr" emake install || die
- dodoc AUTHORS README || die
-}