public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/corosync/
Date: Sun, 15 Apr 2018 14:30:46 +0000 (UTC)	[thread overview]
Message-ID: <1523802559.614b801758eba6b348d2b2ff76e973544e5c26ea.johu@gentoo> (raw)

commit:     614b801758eba6b348d2b2ff76e973544e5c26ea
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 14:26:27 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 14:29:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=614b8017

sys-cluster/corosync: Remove 1.3.0

Closes: https://bugs.gentoo.org/644268
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-cluster/corosync/Manifest              |  1 -
 sys-cluster/corosync/corosync-1.3.0.ebuild | 57 ------------------------------
 2 files changed, 58 deletions(-)

diff --git a/sys-cluster/corosync/Manifest b/sys-cluster/corosync/Manifest
index 20aa195332c..c6116f0ae49 100644
--- a/sys-cluster/corosync/Manifest
+++ b/sys-cluster/corosync/Manifest
@@ -1,4 +1,3 @@
-DIST corosync-1.3.0.tar.gz 683458 BLAKE2B 7beaead5bde2b5cae370c89d3217b6388024dee4bcc4cf495b34befece9df9191799d8b8b2f11a0d7da878022dfa63b407810efc759b6a958c118c339f4ad7df SHA512 30c8b6f3f8b82101e2cf65f2ecd2dd43f6dd2ab79585e713f23786be7732707395c161d1a57c7401dd05f4751ccc051ccaab81461be9bc964ef0543ef4699114
 DIST corosync-1.3.5.tar.gz 698897 BLAKE2B 48507120a51de812f2f4dd4607eb86e5f4df05f9928480b08575788f17e39c2998912571fb7e2f4761f108b138683325ae358dae77ffa142348b3ddfb2b639f5 SHA512 74920fed67af72517076d5a85688f59f3ef81b4aa773147a96f58cbd57b3b150365b7eea4ef14c4e43c0961d9d9939d734526318b1af462e22329077a0cdbc3e
 DIST corosync-1.4.7.tar.gz 420596 BLAKE2B 7818b1d58f2ce743b990fd275908d0b72a63dc8f243df2fdb1b369ace635cd4602b19eda96d59fedb980c46b38f12a5c5f3592d2915a559c5b89e4390751cccc SHA512 275a4372cac13789d93e224e4a7853953d6111afc534f9e897deaf064d5d96bb0db932a02a9212b5a0d2ca53d3f56133073f519460a9ca3573f5403642db34e1
 DIST corosync-2.3.3.tar.gz 411784 BLAKE2B a709fe7889fbbddc37f2915d49740fe0061e3d3ad330998c83a5375cbf596fe0b2ecc9f3f074631ef733227e3a64335f6e65e2c457d68f1f4b431fc2c3f35f7c SHA512 66b479b2114641f02cd910f1bc3458948d5634b82e2019d7b1ea919f5bbb4817e91dddc33de061ff01dc4f12a3622b3418b7787e81a6f340d23043857cc9442f

diff --git a/sys-cluster/corosync/corosync-1.3.0.ebuild b/sys-cluster/corosync/corosync-1.3.0.ebuild
deleted file mode 100644
index 61ddf86a327..00000000000
--- a/sys-cluster/corosync/corosync-1.3.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit base autotools
-
-DESCRIPTION="OSI Certified implementation of a complete cluster engine"
-HOMEPAGE="http://www.corosync.org/"
-SRC_URI="ftp://ftp:${PN}.org@${PN}.org/downloads/${P}/${P}.tar.gz"
-
-LICENSE="BSD-2 public-domain"
-SLOT="0"
-KEYWORDS="amd64 hppa x86"
-IUSE="doc infiniband ssl"
-
-RDEPEND="!sys-cluster/heartbeat
-	ssl? ( dev-libs/nss )
-	infiniband? (
-		sys-fabric/libibverbs
-		sys-fabric/librdmacm
-	)"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	doc? ( sys-apps/groff )"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-docs.patch"
-)
-
-DOCS=( "README.recovery" "README.devmap" "SECURITY" "TODO" "AUTHORS" )
-
-src_prepare() {
-	base_src_prepare
-	eautoreconf
-}
-
-src_configure() {
-	# appends lib to localstatedir automatically
-	# FIXME: install both static and shared libs
-	econf \
-		--localstatedir=/var \
-		--docdir=/usr/share/doc/${PF} \
-		$(use_enable doc) \
-		$(use_enable ssl nss) \
-		$(use_enable infiniband rdma)
-}
-
-src_install() {
-	base_src_install
-	newinitd "${FILESDIR}"/${PN}.initd ${PN} || die
-
-	insinto /etc/logrotate.d
-	newins "${FILESDIR}"/${PN}.logrotate ${PN} || die
-
-	keepdir /var/lib/corosync
-}


             reply	other threads:[~2018-04-15 14:30 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-15 14:30 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-17  6:27 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/corosync/ Ionen Wolkens
2024-01-12  8:30 Arthur Zamarin
2023-06-28  7:55 Sam James
2021-02-03 20:19 Thomas Deutschmann
2021-01-15 22:07 Sam James
2021-01-14 23:59 Sam James
2021-01-10 21:58 Sam James
2021-01-09  6:56 Sam James
2021-01-01 23:29 Sam James
2020-12-01 21:55 Marc Schiffbauer
2020-11-23 16:39 Sergei Trofimovich
2020-11-12 17:17 Marc Schiffbauer
2020-11-12 17:10 Marc Schiffbauer
2020-10-21 12:59 Alexys Jacob
2020-07-20 12:24 Sam James
2020-05-05 21:46 Sergei Trofimovich
2020-04-28  8:52 Mikle Kolyada
2019-11-24  3:36 Aaron Bauman
2019-08-11  8:45 Michał Górny
2018-04-14 19:33 Mikle Kolyada
2018-02-22  9:05 Agostino Sarubbo
2018-02-06 15:10 Thomas Deutschmann
2017-12-03 21:11 Sergei Trofimovich
2017-06-19 16:52 Alexis Ballier
2017-06-19 16:33 Alexis Ballier
2017-05-30 15:34 Lars Wendler
2017-05-19  1:10 Michael Weber
2017-05-16 13:05 Agostino Sarubbo
2017-05-16  8:01 Agostino Sarubbo
2017-05-11 14:41 Agostino Sarubbo
2017-04-22 15:05 Alexys Jacob
2017-02-23  9:20 Michael Weber
2017-02-23  8:34 Michael Weber
2016-06-29 22:33 Alexey Shvetsov
2016-03-09 11:29 Alexys Jacob
2016-01-26  8:25 Alexys Jacob
2015-09-06  4:18 Doug Goldstein

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=1523802559.614b801758eba6b348d2b2ff76e973544e5c26ea.johu@gentoo \
    --to=johu@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