From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/
Date: Mon, 21 Sep 2015 09:41:26 +0000 (UTC) [thread overview]
Message-ID: <1442828033.b1232792e00748e4ded3c8faac22b12596157c53.aballier@gentoo> (raw)
commit: b1232792e00748e4ded3c8faac22b12596157c53
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 09:02:09 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 09:33:53 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1232792
dev-ml/cppo: remove old.
Package-Manager: portage-2.2.20.1
dev-ml/cppo/Manifest | 3 ---
dev-ml/cppo/cppo-0.9.3.ebuild | 28 ----------------------------
dev-ml/cppo/cppo-1.0.1.ebuild | 31 -------------------------------
dev-ml/cppo/cppo-1.1.2.ebuild | 31 -------------------------------
4 files changed, 93 deletions(-)
diff --git a/dev-ml/cppo/Manifest b/dev-ml/cppo/Manifest
index e508505..c4da34e 100644
--- a/dev-ml/cppo/Manifest
+++ b/dev-ml/cppo/Manifest
@@ -1,4 +1 @@
-DIST cppo-0.9.3.tar.gz 20393 SHA256 40a0acba9bd3b0bd8890ae2a87f479090bc4de7fa83b8ead028d08a34937923c SHA512 17726128d3c2cbd07fc70b8200f4a0a3ffed349c5d655bea9791302e88b0731cd93cdabd492e88db170fd1f6c4ed4760a65567c0265a7d1b745885be346c18b8 WHIRLPOOL ec865dff33d6278273dccb348d60d4aa783ae4348a164f08f578aef68200cbb7701fac03a39d8992a48869cf674390d0fa020c3910f62b93c4b13f96bb8c84df
-DIST cppo-1.0.1.tar.gz 21655 SHA256 bf08976e8d3bb1614094fec8e4066c6df178e2aa6f96b883fa571aaad3c6e1e4 SHA512 50f84d30c69c245db960ea11d1cc9f2b15d5333ae9f848387c212cc9a0f8e4383cc1bca10c351b460a0ef0849bed62c6a916869a036a985e267c167216c1ddb5 WHIRLPOOL c5f35ad25a4e4cfd11721ae41df5928fb65c2f20af0660a5729d6e59361bb18c819b624dd506d2fc81b165023c6b6711e695ef24b365c34f55af3173c556af81
-DIST cppo-1.1.2.tar.gz 24908 SHA256 975e0cb5e2751a604715eb042a059ef4965aff0318cf4c0553f215ed0964dfdd SHA512 dac094d21db26b867aa0db7461ca442a62ec6d9fd90a9da84ed66cca1764e227ebc86af222e3ba5120e431cf1aa1a7e5ae037cd2ecf6471c354a6181aa723086 WHIRLPOOL 6aac4b9067238fa1f4bccc9af612b47ab9dcddac0ed5855783a0bd52c44e829b74ffe048ab49dc7a3dfc7b59e1eb03f603dd0727cadbc1a9ca665990fcec17ee
DIST cppo-1.3.0.tar.gz 26012 SHA256 042180a1c4c0d141025685977ac866c5c26505b2913c4cb1fdc2affa4fd21d7e SHA512 cbed2323b3458fd793df6d945e9f4dcd9ede61ad1df566d83027079f6abdd0c505bb03c3cc3f1dccf841afa8cd30052bfa0eab756e338b4c487c7a11413c7527 WHIRLPOOL dc726c557edc34f3c96d7f3d1973b237719ec3011734776176b3908fb21576a8301bb0497668eb7a839dd647b4f12403147d89f90f30660997630a7396c595be
diff --git a/dev-ml/cppo/cppo-0.9.3.ebuild b/dev-ml/cppo/cppo-0.9.3.ebuild
deleted file mode 100644
index ab205a9..0000000
--- a/dev-ml/cppo/cppo-0.9.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
-HOMEPAGE="http://mjambon.com/cppo.html"
-SRC_URI="http://mjambon.com/releases/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-
-IUSE="examples"
-
-RDEPEND=">=dev-lang/ocaml-3.12:="
-DEPEND="${RDEPEND}"
-
-src_install() {
- mkdir -p "${ED}"/usr/bin
- emake PREFIX="${ED}"/usr install
- dodoc README Changes
- if use examples ; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
diff --git a/dev-ml/cppo/cppo-1.0.1.ebuild b/dev-ml/cppo/cppo-1.0.1.ebuild
deleted file mode 100644
index 3d525ab..0000000
--- a/dev-ml/cppo/cppo-1.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit findlib
-
-DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
-HOMEPAGE="http://mjambon.com/cppo.html"
-SRC_URI="http://mjambon.com/releases/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-
-IUSE="examples"
-
-RDEPEND=">=dev-lang/ocaml-3.12:="
-DEPEND="${RDEPEND}"
-
-src_install() {
- findlib_src_preinst
- mkdir -p "${ED}"/usr/bin
- emake PREFIX="${ED}"/usr install
- dodoc README.md Changes
- if use examples ; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
diff --git a/dev-ml/cppo/cppo-1.1.2.ebuild b/dev-ml/cppo/cppo-1.1.2.ebuild
deleted file mode 100644
index 3d525ab..0000000
--- a/dev-ml/cppo/cppo-1.1.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit findlib
-
-DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
-HOMEPAGE="http://mjambon.com/cppo.html"
-SRC_URI="http://mjambon.com/releases/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-
-IUSE="examples"
-
-RDEPEND=">=dev-lang/ocaml-3.12:="
-DEPEND="${RDEPEND}"
-
-src_install() {
- findlib_src_preinst
- mkdir -p "${ED}"/usr/bin
- emake PREFIX="${ED}"/usr install
- dodoc README.md Changes
- if use examples ; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
next reply other threads:[~2015-09-21 9:41 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-21 9:41 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-16 9:53 [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/ Alfredo Tupone
2025-02-19 7:32 Arthur Zamarin
2025-02-19 7:32 Arthur Zamarin
2025-02-19 7:32 Arthur Zamarin
2025-02-19 7:32 Arthur Zamarin
2025-02-19 7:32 Arthur Zamarin
2024-10-16 6:32 Alfredo Tupone
2023-05-02 17:44 Alfredo Tupone
2023-02-25 23:11 Sam James
2022-09-06 15:39 Maciej Barć
2021-10-06 1:02 Sam James
2021-03-13 12:28 Sam James
2021-03-13 12:27 Sam James
2021-02-16 12:34 Sam James
2021-02-12 22:20 Sam James
2021-02-11 6:31 Sam James
2021-02-11 6:26 Sam James
2021-02-10 18:53 Sam James
2021-02-10 16:33 Sam James
2021-01-24 17:26 Sam James
2021-01-24 16:12 Sam James
2021-01-24 16:06 Sam James
2020-12-17 12:08 Sam James
2020-12-13 12:03 Sergei Trofimovich
2020-12-03 2:01 Thomas Deutschmann
2020-10-28 3:36 Sam James
2020-10-24 0:38 Sam James
2020-10-15 12:51 Mark Wright
2017-07-09 8:28 Alexis Ballier
2017-06-19 16:57 Alexis Ballier
2017-04-25 17:32 Alexis Ballier
2017-04-25 17:32 Alexis Ballier
2017-04-05 10:22 Michael Weber
2017-04-05 9:51 Michael Weber
2017-03-15 14:26 Alexis Ballier
2017-02-23 11:57 Michael Weber
2017-02-23 11:57 Michael Weber
2017-02-16 17:26 Agostino Sarubbo
2017-02-16 13:25 Agostino Sarubbo
2017-01-24 11:07 Alexis Ballier
2016-11-10 15:18 Alexis Ballier
2016-08-19 14:51 Alexis Ballier
2016-04-22 13:01 Alexis Ballier
2016-03-05 11:24 Alexis Ballier
2016-03-01 18:47 Alexis Ballier
2016-02-06 16:25 Alexis Ballier
2016-02-06 16:25 Alexis Ballier
2015-09-21 9:41 Alexis Ballier
2015-09-14 12:11 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1442828033.b1232792e00748e4ded3c8faac22b12596157c53.aballier@gentoo \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox