From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/glib-perl/
Date: Sun, 31 Jan 2016 14:51:27 +0000 (UTC) [thread overview]
Message-ID: <1454251746.2eaaa77035e0b9009961e92da92457d903a6206f.dilfridge@gentoo> (raw)
commit: 2eaaa77035e0b9009961e92da92457d903a6206f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 14:31:18 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 14:49:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eaaa770
dev-perl/glib-perl: Remove old
Package-Manager: portage-2.2.27
dev-perl/glib-perl/Manifest | 2 --
dev-perl/glib-perl/glib-perl-1.305.0.ebuild | 28 --------------------------
dev-perl/glib-perl/glib-perl-1.313.0.ebuild | 31 -----------------------------
3 files changed, 61 deletions(-)
diff --git a/dev-perl/glib-perl/Manifest b/dev-perl/glib-perl/Manifest
index 4fe8512..04b1012 100644
--- a/dev-perl/glib-perl/Manifest
+++ b/dev-perl/glib-perl/Manifest
@@ -1,5 +1,3 @@
DIST Glib-1.301.tar.gz 284547 SHA256 1df55a02c4d173ff4e417503b67e6d7896409966a1560d3bb2b4e50f658a9376 SHA512 f69de4bd9d3ecca0018d1f8a2fddb81a88529580ddbede3beaf2d3f9c2867eb127e8c1f7433f5bc2933a6adbe6265390c7e4d46592357a8414efbef6f4d9c2e7 WHIRLPOOL 27fccd60371629ec0d65822e8ada2af3c8d2da24bc4c8482413888303fc9fab41ea167375a783d3dafede75db95c4bcbf03cfbcde0f4e85f094d4d5491da4fb5
-DIST Glib-1.305.tar.gz 286063 SHA256 2955483a00db4a18953ee7b557e8638415e2aa7e96e75851ba10fbdc68a9108e SHA512 e475ee3ef66d4a9dc3199dbf1ccb4d9d0b12f06ecbb0773f16091f72bfb957dfc24db07ff3b474f93949b0d6028d4078014f1707a63ed32abf39824c99baae49 WHIRLPOOL c3d75a0be528beb1a923ebc75f9dde11575ffcbbe442ae015e6482f950c37c321c6ec5ee2f946f458016e85ccc599ebc058112af561864008a080d669dd378d0
-DIST Glib-1.313.tar.gz 295561 SHA256 b29f5cd93f151cd52ef288220df4d5cccb844190c34cde8962c27fb804194f98 SHA512 9a0fff69bab175c6a3d23d0f0aafe05a3a2ab97fe999176a2f07a87cbddea904906d5ff804906588d6eb50650b8722c1c2f7a6c140b593a874d06cf8900aecde WHIRLPOOL 18ebfb8d35bddf460bb799fc9c802b9a9865a7ceaca3073fead9e9568269eff4b287a9fba926ea0b0b6840f559d8c365f8cf0d306f2bb97f7d550b1ee23a92a5
DIST Glib-1.314.tar.gz 296480 SHA256 b47e9e0117325085457b263b3a70847ed908419e06e8975f36f2b953f5f4908e SHA512 2a61a81f9b3d0404fa2e731d3851d67dc2bfc499a34bd77e0a9b6875a889f0faf5ac5fe2f24f8df7e2059283716e91aba5596556aad43f454e8cfd56fe866607 WHIRLPOOL a1dee6daf8a6cda5ea8da85a5a57551075c8a030f67c8f42c900547ed2754acc98633d12bf8f8d5641f14f9426e2d40309da7e22150a2bb4b7179e58900797fe
DIST Glib-1.320.tar.gz 296765 SHA256 e3daf15e65a9f3a21d396582d490d6e2cb9cf254d97462139f973f8999e6b996 SHA512 f659fee5844cb7dadf44926eb097a3f8affb49aee1cc99d3ac7681ff1a8a5d99bb88d1c50f756c90cfa6fc657f79f250baa78be72c432b8faa9df50c139005f7 WHIRLPOOL d64c9b6a2201e5a642549442dffd9fc898cd0b0147fdc413e458f8e9bab61b97eb89a2df9374f53197e5a7a4c5f88ba9b6bd9e73ed401c2218cb4e1c2a819238
diff --git a/dev-perl/glib-perl/glib-perl-1.305.0.ebuild b/dev-perl/glib-perl/glib-perl-1.305.0.ebuild
deleted file mode 100644
index 8f9a267..0000000
--- a/dev-perl/glib-perl/glib-perl-1.305.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN=Glib
-MODULE_AUTHOR=XAOC
-MODULE_VERSION=1.305
-inherit perl-module
-
-DESCRIPTION="Glib - Perl wrappers for the GLib utility and Object libraries"
-HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=dev-perl/extutils-pkgconfig-1.0.0
- >=dev-perl/ExtUtils-Depends-0.300.0
- dev-perl/Log-Agent
-"
-
-SRC_TEST="do"
diff --git a/dev-perl/glib-perl/glib-perl-1.313.0.ebuild b/dev-perl/glib-perl/glib-perl-1.313.0.ebuild
deleted file mode 100644
index c933230..0000000
--- a/dev-perl/glib-perl/glib-perl-1.313.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN=Glib
-MODULE_AUTHOR=XAOC
-MODULE_VERSION=1.313
-inherit perl-module
-
-DESCRIPTION="Glib - Perl wrappers for the GLib utility and Object libraries"
-HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/glib-2
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- >=dev-perl/ExtUtils-Depends-0.300.0
- >=dev-perl/extutils-pkgconfig-1.0.0
- virtual/pkgconfig
- dev-perl/Log-Agent
-"
-
-SRC_TEST="do"
next reply other threads:[~2016-01-31 14:51 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-31 14:51 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-10-01 19:29 [gentoo-commits] repo/gentoo:master commit in: dev-perl/glib-perl/ Arthur Zamarin
2023-10-01 6:47 Arthur Zamarin
2023-10-01 4:04 Sam James
2023-10-01 3:57 Sam James
2023-10-01 3:57 Sam James
2023-10-01 3:57 Sam James
2023-10-01 3:57 Sam James
2023-08-29 6:36 Sam James
2023-08-29 6:36 Sam James
2023-04-20 10:37 WANG Xuerui
2021-10-31 13:00 Andreas K. Hüttel
2021-08-26 14:55 Sam James
2021-08-26 14:52 Sam James
2021-08-25 16:26 Sam James
2021-08-25 5:32 Agostino Sarubbo
2021-08-25 5:25 Agostino Sarubbo
2021-07-11 20:15 Andreas K. Hüttel
2020-04-14 11:57 Kent Fredric
2019-12-02 10:55 Mikle Kolyada
2019-11-30 21:45 Sergei Trofimovich
2019-11-17 4:02 Matt Turner
2019-11-13 11:28 Agostino Sarubbo
2019-11-12 16:02 Agostino Sarubbo
2019-11-12 10:45 Agostino Sarubbo
2019-11-12 10:38 Agostino Sarubbo
2019-11-12 10:05 Agostino Sarubbo
2019-11-12 7:25 Sergei Trofimovich
2019-11-08 0:00 Aaron Bauman
2019-10-16 4:35 Andreas K. Hüttel
2019-10-16 4:35 Andreas K. Hüttel
2019-05-29 0:32 Aaron Bauman
2018-08-24 19:37 Markus Meier
2018-06-26 12:28 Tobias Klausmann
2018-06-10 21:17 Sergei Trofimovich
2018-06-10 17:11 Thomas Deutschmann
2018-06-10 16:13 Aaron Bauman
2018-06-09 18:54 Sergei Trofimovich
2017-10-23 9:29 Kent Fredric
2017-08-28 15:11 Mikle Kolyada
2017-08-28 15:06 Mikle Kolyada
2017-07-13 1:53 Markus Meier
2017-07-07 14:50 Agostino Sarubbo
2017-07-07 13:24 Agostino Sarubbo
2017-06-30 11:10 Agostino Sarubbo
2017-06-30 8:26 Sergei Trofimovich
2017-06-29 8:06 Agostino Sarubbo
2017-06-18 13:25 Alexis Ballier
2017-04-29 0:43 Kent Fredric
2017-04-07 17:20 Jeroen Roovers
2017-03-17 10:42 Agostino Sarubbo
2017-03-17 10:26 Agostino Sarubbo
2017-03-16 7:59 Michael Weber
2017-03-13 12:58 Agostino Sarubbo
2017-01-05 3:41 Kent Fredric
2016-12-10 18:01 Kent Fredric
2016-08-18 3:01 Kent Fredric
2016-08-13 8:18 Jeroen Roovers
2016-02-10 20:54 Markus Meier
2016-02-04 16:32 Tobias Klausmann
2016-02-01 8:14 Agostino Sarubbo
2016-01-31 14:51 Andreas Hüttel
2015-12-20 22:19 Andreas Hüttel
2015-08-11 16:52 Mikle Kolyada
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=1454251746.2eaaa77035e0b9009961e92da92457d903a6206f.dilfridge@gentoo \
--to=dilfridge@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