From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/res/
Date: Tue, 24 Jan 2017 11:50:32 +0000 (UTC) [thread overview]
Message-ID: <1485258627.b94acf3f6b66c92f274ea196cf82394dfcc7cad7.aballier@gentoo> (raw)
commit: b94acf3f6b66c92f274ea196cf82394dfcc7cad7
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 11:46:09 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 11:50:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94acf3f
dev-ml/res: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ml/res/Manifest | 2 --
dev-ml/res/res-4.0.3.ebuild | 30 ------------------------------
dev-ml/res/res-4.0.6.ebuild | 31 -------------------------------
3 files changed, 63 deletions(-)
diff --git a/dev-ml/res/Manifest b/dev-ml/res/Manifest
index 56d2cf6..dcf24e8 100644
--- a/dev-ml/res/Manifest
+++ b/dev-ml/res/Manifest
@@ -1,4 +1,2 @@
-DIST res-4.0.3.tar.gz 69587 SHA256 264319e586b2695f4ce453eb950546f4898875bed11df5e514f84c8670269b5e SHA512 5da4720dc61d66164bde98bb3b686bad081d79dfde2e6b63b387d25edd7f9e361b37de3e542166e1a9a0b0e97e85d664f3cd61659b748a6cb9c747ee97a206ce WHIRLPOOL 91b83a6e81627315fa83b23176079a64f99a40003fbe9541644bc4edb6c1492dfc226272475ca4b8e04b7852a4e621c89693e75cc7025f7683a1bbc94a9d919a
DIST res-4.0.4.tar.gz 72603 SHA256 bac9fddebca10e5cdb364babc49e62df0f6289cdadf3cef2810d9b4b81e23bd1 SHA512 a0ce715f78d71ffabcf8ce198ab0511e50fc2500c567f01c9c41fd7cca4b626da1500d18afb76cd87372410b03223f9dfa874a8120a7ee96b91f12bd5707fb57 WHIRLPOOL f512653024a963b587c56bf3e972286d6d215b8908005910a9b722e862f676f446c04794b9addb578b3f1a8ab344ef8a70c4c2ae0605d755de8fe2cf91c6f70b
-DIST res-4.0.6.tar.gz 74258 SHA256 6abc891faebdd15a94ce90d374dac9951f8a4db29eb00e32b7611f92c52868c0 SHA512 b957044d31cb9843b369508af5c4194de4d27cf104ebf0225be50bb31d5b4aa0c8fa061c59be8f78bfa607c5c18e9330da1e927982a9fd0d4ea9e0a46ada53d6 WHIRLPOOL e297d18afde75bfbdd2c875d33f2a8bad1abb9ab564c336310521dfa888b122a04e13028debb0b77e53af7c257e6ac1ba61c65f6938ea02db8b77fe8bb690bcc
DIST res-4.0.7.tar.gz 74752 SHA256 be217e72e4beea6a1f6b7500ae3123a6d7a6cc53bf5b18d24ad71188ac63f160 SHA512 4a1f00d76847eaaf0756fd20f7e1062e30ba7fd432621269f7d18b293abe0bc4a461ff077b5c4e0fe83710f113d6fe8846826b70faed8cb7fc6a5653814d297e WHIRLPOOL 729e14a8dee91fb09e504e21127fb4035cb407401bcf89be12aacc3f5a9209d75dc2e54a56dd40b0ffa05f48ae310514d70442105d15c7b3482668998fb3567d
diff --git a/dev-ml/res/res-4.0.3.ebuild b/dev-ml/res/res-4.0.3.ebuild
deleted file mode 100644
index 77c04c9..00000000
--- a/dev-ml/res/res-4.0.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Resizable Array and Buffer modules for O'Caml"
-HOMEPAGE="https://bitbucket.org/mmottl/res"
-SRC_URI="https://bitbucket.org/mmottl/res/downloads/${P}.tar.gz"
-LICENSE="LGPL-2.1-with-linking-exception"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-SLOT="0/${PV}"
-KEYWORDS="amd64 ppc x86"
-IUSE="examples"
-
-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
-}
diff --git a/dev-ml/res/res-4.0.6.ebuild b/dev-ml/res/res-4.0.6.ebuild
deleted file mode 100644
index f13083f..00000000
--- a/dev-ml/res/res-4.0.6.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
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Resizable Array and Buffer modules for O'Caml"
-HOMEPAGE="http://mmottl.github.io/res/"
-SRC_URI="https://github.com/mmottl/res/releases/download/v${PV}/${P}.tar.gz"
-LICENSE="LGPL-2.1-with-linking-exception"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=dev-ml/findlib-1.5"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="examples"
-
-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
-}
next reply other threads:[~2017-01-24 11:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-24 11:50 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-01-25 10:58 [gentoo-commits] repo/gentoo:master commit in: dev-ml/res/ Agostino Sarubbo
2017-01-25 14:29 Agostino Sarubbo
2017-01-26 11:00 Agostino Sarubbo
2017-01-26 11:43 Alexis Ballier
2017-08-06 7:40 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=1485258627.b94acf3f6b66c92f274ea196cf82394dfcc7cad7.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