diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-06 18:34:50 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-06 18:34:50 +0000 |
commit | df6b0abccd3a598cca6db63bf77d8671e95ec5c7 (patch) | |
tree | 275083a74379163046f51dd129d676e11401916a /dev-ml | |
parent | remove old (diff) | |
download | gentoo-2-df6b0abccd3a598cca6db63bf77d8671e95ec5c7.tar.gz gentoo-2-df6b0abccd3a598cca6db63bf77d8671e95ec5c7.tar.bz2 gentoo-2-df6b0abccd3a598cca6db63bf77d8671e95ec5c7.zip |
remove old
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/odns/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/odns/odns-0.2.ebuild | 25 |
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 -} |