public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tree-DAG_Node/
Date: Thu, 25 Jul 2019 06:48:25 +0000 (UTC)	[thread overview]
Message-ID: <1564037254.41d40299b2c9446fe3c52189a4fbb3a118c56000.kentnl@gentoo> (raw)

commit:     41d40299b2c9446fe3c52189a4fbb3a118c56000
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 25 03:00:36 2019 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 25 06:47:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d40299

dev-perl/Tree-DAG_Node: Cleanup old versions

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Tree-DAG_Node/Manifest                    |  2 --
 .../Tree-DAG_Node/Tree-DAG_Node-1.290.0.ebuild     | 28 ----------------------
 .../Tree-DAG_Node/Tree-DAG_Node-1.60.0-r1.ebuild   | 16 -------------
 3 files changed, 46 deletions(-)

diff --git a/dev-perl/Tree-DAG_Node/Manifest b/dev-perl/Tree-DAG_Node/Manifest
index 1f037f7130a..03798c77b0c 100644
--- a/dev-perl/Tree-DAG_Node/Manifest
+++ b/dev-perl/Tree-DAG_Node/Manifest
@@ -1,3 +1 @@
-DIST Tree-DAG_Node-1.06.tar.gz 32843 BLAKE2B 6f13f455262888f5d1c3dbd06545ed6dfd2a20f9ba50d2eb8586845a21f92bceff25948c30cdb534d8956ce43a6b1d667a99cd37dd5f0050afcc14b163d6a232 SHA512 dfdec2799b3ef2e20303001aa40df16be134e1c56d48acd61cb6397e66d7fb38beeb4efdbcd24fe16e2fcc15471e77dabb1fd2df0334e3e44024109a997ae71b
-DIST Tree-DAG_Node-1.29.tgz 52498 BLAKE2B 62915d14b2492486b0a0c40a838d66be261f0cac1a3a4382cbe9b32538f71312a4f47fb69978c46bf9860c6ae25e84d6852677c6bb63fec405144ce958ed97d8 SHA512 ec5ef67834360a0931bf742f5814b92ecdacf3751801028c85485f3c51c21a139d2095974b1df65aafbb24e78611d92b013c9473efd6c24381c54b2d698d3b42
 DIST Tree-DAG_Node-1.31.tgz 57977 BLAKE2B ba3646d62acebaeda634c3ecc50c9be60e9d47c4c213ef137b28c7e877a821f7f48cc4454e85e4b67e87c4bda925425d3763a7b737c4b21c96b719fc3b5ea78a SHA512 6821a146c55887a8973a8f61512805a3d209bb855f5b2f121cbac11a5fe685073019b958837289e781d1c294212c387bdb8434499712a39ab6b74f7ca2ccaa74

diff --git a/dev-perl/Tree-DAG_Node/Tree-DAG_Node-1.290.0.ebuild b/dev-perl/Tree-DAG_Node/Tree-DAG_Node-1.290.0.ebuild
deleted file mode 100644
index 0f97d7ac135..00000000000
--- a/dev-perl/Tree-DAG_Node/Tree-DAG_Node-1.290.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RSAVAGE
-DIST_A_EXT=tgz
-DIST_VERSION=1.29
-inherit perl-module
-
-DESCRIPTION="(Super)class for representing nodes in a tree"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
-	>=dev-perl/File-Slurp-Tiny-0.3.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=virtual/perl-Test-Simple-1.1.14
-		>=virtual/perl-File-Spec-3.400.0
-		>=virtual/perl-File-Temp-0.190.0
-	)
-"

diff --git a/dev-perl/Tree-DAG_Node/Tree-DAG_Node-1.60.0-r1.ebuild b/dev-perl/Tree-DAG_Node/Tree-DAG_Node-1.60.0-r1.ebuild
deleted file mode 100644
index bf504ea66de..00000000000
--- a/dev-perl/Tree-DAG_Node/Tree-DAG_Node-1.60.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=COGENT
-MODULE_VERSION=1.06
-inherit perl-module
-
-DESCRIPTION="(Super)class for representing nodes in a tree"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-SRC_TEST="do"


             reply	other threads:[~2019-07-25  6:48 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-25  6:48 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-09 13:00 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tree-DAG_Node/ Yixun Lan
2021-12-11  4:33 Andreas K. Hüttel
2021-12-06  0:10 Sam James
2021-12-05  4:43 Sam James
2021-12-05  4:42 Sam James
2021-12-05  4:40 Sam James
2021-12-05  4:21 Sam James
2021-12-05  4:21 Sam James
2021-09-29 20:03 Andreas K. Hüttel
2018-12-08 15:22 Mikle Kolyada
2018-12-08 12:35 Mikle Kolyada
2018-09-26 19:05 Markus Meier
2018-08-25 18:08 Sergei Trofimovich
2018-08-22 21:38 Mart Raudsepp
2018-08-21  0:05 Sergei Trofimovich
2018-08-20  4:13 Matt Turner
2018-08-20  2:26 Mikle Kolyada
2018-08-19 18:45 Matt Turner
2018-08-19 18:39 Matt Turner
2018-08-18 22:15 Thomas Deutschmann
2018-03-14  2:21 Kent Fredric
2016-07-08 20:37 Andreas Hüttel
2016-03-01 14:50 Andreas Hüttel
2015-09-11 22:02 Andreas Hüttel

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=1564037254.41d40299b2c9446fe3c52189a4fbb3a118c56000.kentnl@gentoo \
    --to=kentnl@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