From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 25AE21382C5 for ; Thu, 23 Jun 2016 14:34:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FFCE941CD; Thu, 23 Jun 2016 14:34:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCED9941B2 for ; Thu, 23 Jun 2016 14:34:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC439340B63 for ; Thu, 23 Jun 2016 14:34:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED838241F for ; Thu, 23 Jun 2016 14:34:07 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1466692428.f9e8b926b325c0b626d8e883a217f39b6b2362b2.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-gettext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-gettext/Manifest dev-ml/ocaml-gettext/ocaml-gettext-0.3.4.ebuild X-VCS-Directories: dev-ml/ocaml-gettext/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f9e8b926b325c0b626d8e883a217f39b6b2362b2 X-VCS-Branch: master Date: Thu, 23 Jun 2016 14:34:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7e2ae503-7a09-4470-a530-835f46a81ab6 X-Archives-Hash: 642ba8045d3386bd958e81284529e507 commit: f9e8b926b325c0b626d8e883a217f39b6b2362b2 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jun 23 14:32:59 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jun 23 14:33:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e8b926 dev-ml/ocaml-gettext: remove old Package-Manager: portage-2.3.0_rc1 dev-ml/ocaml-gettext/Manifest | 1 - dev-ml/ocaml-gettext/ocaml-gettext-0.3.4.ebuild | 47 ------------------------- 2 files changed, 48 deletions(-) diff --git a/dev-ml/ocaml-gettext/Manifest b/dev-ml/ocaml-gettext/Manifest index e4ad404..5c0827b 100644 --- a/dev-ml/ocaml-gettext/Manifest +++ b/dev-ml/ocaml-gettext/Manifest @@ -1,2 +1 @@ -DIST ocaml-gettext-0.3.4.tar.gz 165292 SHA256 e19214638e8cf078aabda82e7bc4d49a65a557d9c54648a7fd8db6ef84c83302 SHA512 bd51c267c28cb77d0648d9570ef4d75c149c921c75f611229b50f8f6a521997d4fd044f1aa4ffbb2628e1e38c3bee58f113495536a47db2e3ca58e0903a312bc WHIRLPOOL c7a7a33e75837a25fdbeac72610a697fe2819cea8c07b2d3b570e90be6a187bc9037d10c56e182a0dd9810c1d7ba04e4f002a8196b87c5c6ee760ac3b6e991a6 DIST ocaml-gettext-0.3.5.tar.gz 165238 SHA256 d19484ba7e14d078c85da66cba1eb28ed0cdc92c84db45e6dfb8f7e40f2cc268 SHA512 a60d51c09dad3076415ef24a9bb3121f84ad649d7a9fa1b9a7da719dd385e4ed7cd9ffbabefbade7ea0daf7b0a5a5eb71b1d0ed21b369914b49f66d0d918c446 WHIRLPOOL b638ecfe765e673408ced9e4ee0467029b7a7dbf0dfff826c45471b0cea2c26765db9b833d261be325abf5579e90ab0f669fac2a1cd7682e26d49a2fc277e5f0 diff --git a/dev-ml/ocaml-gettext/ocaml-gettext-0.3.4.ebuild b/dev-ml/ocaml-gettext/ocaml-gettext-0.3.4.ebuild deleted file mode 100644 index 59567a2..0000000 --- a/dev-ml/ocaml-gettext/ocaml-gettext-0.3.4.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit findlib - -DESCRIPTION="Provides support for internationalization of OCaml program" -HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-gettext" -SRC_URI="http://forge.ocamlcore.org/frs/download.php/676/${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="doc test" - -RDEPEND=">=dev-lang/ocaml-3.12.1:= - >=dev-ml/ocaml-fileutils-0.4.0:= - >=dev-ml/camomile-0.8.3:= - sys-devel/gettext - " -DEPEND="${RDEPEND} - doc? ( app-text/docbook-xsl-stylesheets dev-libs/libxslt ) - test? ( dev-ml/ounit )" - -src_configure() { - econf \ - --with-docbook-stylesheet="${EPREFIX}/usr/share/sgml/docbook/xsl-stylesheets/" \ - $(use_enable doc) \ - $(use_enable test) -} - -src_compile() { - emake -j1 -} - -src_install() { - findlib_src_preinst - emake -j1 DESTDIR="${D}" \ - BINDIR="${ED}/usr/bin" \ - PODIR="${ED}/usr/share/locale/" \ - DOCDIR="${ED}/usr/share/doc/${PF}" \ - MANDIR="${ED}/usr/share/man" \ - install - dodoc CHANGELOG README THANKS TODO -}