From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/
Date: Mon, 31 Aug 2015 18:20:57 +0000 (UTC) [thread overview]
Message-ID: <1441045180.2ccd9b4797cc67ef1361f3ffe8d46eed198f160a.eva@gentoo> (raw)
commit: 2ccd9b4797cc67ef1361f3ffe8d46eed198f160a
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 18:07:52 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 18:19:40 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ccd9b47
gnome-extra/libgsf: drop old revisions
Package-Manager: portage-2.2.20.1
| 2 --
| 40 --------------------------------
| 40 --------------------------------
3 files changed, 82 deletions(-)
--git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index 53c3f4f..14f6e4b 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1,4 +1,2 @@
-DIST libgsf-1.14.30.tar.xz 582556 SHA256 cb48c3480be4a691963548e664308f497d93c9d7bc12cf6a68d5ebae930a5b70 SHA512 26379375a7f8ce8031929c3a64d8fc2412d5b4aab511d33eaca52aef28aa0e5697b90cd35b70917d7d39a1dcb7fc2b49690d47d48c260a1fff4d2b741ad516ab WHIRLPOOL 84588a63ab47dbbb6fbfca7a7f088a2c9c3280c6392531f7eed8b5299c4617e6869d4ae2aa159e031c34879b8892867ade04be558144cb5f6855c49441ae030f
-DIST libgsf-1.14.32.tar.xz 606180 SHA256 13bf38b848c01e20eb89a48150b6f864434ee4dfbb6301ddf6f4080a36cd99e9 SHA512 5136065e272fa67c8dd702cb4217e5c48166712d5bc056f815ca74dba8d1926ba149904ff60e6ac19a24a30a9c7f64e8c3f3165f24bc83aadbd54d56e3b32f2d WHIRLPOOL 7a257281c29f5c2d3705fd09320233faa2f9ab8c4dc3bb05161700d709cc60347b031bb06608d4dbfa8e6fde177d7504c4cc19f271d7a3b867bf4ef6f679c17e
DIST libgsf-1.14.33.tar.xz 608364 SHA256 82dd38e0c1f497704bf3b43682fca2768886058f004b14e9b5d103596f8c6e6b SHA512 9dbda65a610f3e6efaf40bb51ed9ebabe485e0c2c9c8d0ff155ae39fa1aa3074df8094f51d9b0f27eb251b1aed4b4faa77ffce4d6dc16ef7c99c5b697528be5f WHIRLPOOL e2c4bdaf9ee9ecb0255ac8af8d413cc73c6dc78295eaf9191e71841218187bf4e280500525dc7b6b8048e15e282d15f7f46b226a12361f112b63494e6d07f1bf
DIST libgsf-1.14.34.tar.xz 609880 SHA256 f0fea447e0374a73df45b498fd1701393f8e6acb39746119f8a292fb4a0cb528 SHA512 9a9fbb178147ed80572a8e727b1d3ba1f305c12c6a3b151016daf7eb51b7bf75b30d3397070ce98d6e83acf9617b15eb281fa976df291ab894119d2647826532 WHIRLPOOL c998d25adf0898b65219a9fe78075f8123a448e079fb167acc61b3cbe9093dcb2d9867a48d9d544b3a7b838a41559a3eac1b88e204294d56e49191f3d16f8e48
diff --git a/gnome-extra/libgsf/libgsf-1.14.30.ebuild b/gnome-extra/libgsf/libgsf-1.14.30.ebuild
deleted file mode 100644
index 0829783..0000000
--- a/gnome-extra/libgsf/libgsf-1.14.30.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="The GNOME Structured File Library"
-HOMEPAGE="https://developer.gnome.org/gsf/"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/114" # libgsf-1.so version
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="bzip2 gtk +introspection"
-
-RDEPEND="
- >=dev-libs/glib-2.26:2
- >=dev-libs/libxml2-2.4.16:2
- sys-libs/zlib
- bzip2? ( app-arch/bzip2 )
- gtk? ( x11-libs/gtk+:2 )
- introspection? ( >=dev-libs/gobject-introspection-1 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.12
- >=dev-util/intltool-0.35.0
- dev-libs/gobject-introspection-common
- virtual/pkgconfig
-"
-
-src_configure() {
- DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
- gnome2_src_configure \
- --disable-static \
- $(use_with bzip2 bz2) \
- $(use_enable introspection) \
- $(use_with gtk gdk-pixbuf)
-}
diff --git a/gnome-extra/libgsf/libgsf-1.14.32.ebuild b/gnome-extra/libgsf/libgsf-1.14.32.ebuild
deleted file mode 100644
index ed88221..0000000
--- a/gnome-extra/libgsf/libgsf-1.14.32.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="The GNOME Structured File Library"
-HOMEPAGE="https://developer.gnome.org/gsf/"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="bzip2 gtk +introspection"
-
-RDEPEND="
- >=dev-libs/glib-2.26:2
- >=dev-libs/libxml2-2.4.16:2
- sys-libs/zlib
- bzip2? ( app-arch/bzip2 )
- gtk? ( x11-libs/gtk+:2 )
- introspection? ( >=dev-libs/gobject-introspection-1 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.12
- >=dev-util/intltool-0.35.0
- dev-libs/gobject-introspection-common
- virtual/pkgconfig
-"
-
-src_configure() {
- DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
- gnome2_src_configure \
- --disable-static \
- $(use_with bzip2 bz2) \
- $(use_enable introspection) \
- $(use_with gtk gdk-pixbuf)
-}
next reply other threads:[~2015-08-31 18:21 UTC|newest]
Thread overview: 114+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-31 18:20 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-08-31 18:20 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/ Gilles Dartiguelongue
2015-09-07 21:11 Mikle Kolyada
2015-09-16 8:43 Tobias Klausmann
2015-09-20 6:11 Jeroen Roovers
2015-09-28 4:44 Jeroen Roovers
2015-10-03 8:38 Markus Meier
2015-10-18 11:29 Mikle Kolyada
2015-11-12 11:07 Agostino Sarubbo
2015-11-16 14:08 Agostino Sarubbo
2016-02-20 13:55 Pacho Ramos
2016-02-20 13:55 Pacho Ramos
2016-02-21 23:44 Pacho Ramos
2016-03-06 20:52 Mikle Kolyada
2016-04-07 10:19 Jeroen Roovers
2016-04-09 10:25 Pacho Ramos
2016-05-03 20:56 Markus Meier
2016-06-07 7:03 Tobias Klausmann
2016-06-25 19:13 Pacho Ramos
2016-09-05 22:37 Gilles Dartiguelongue
2016-12-05 9:57 Pacho Ramos
2016-12-05 9:57 Pacho Ramos
2016-12-06 20:35 Markus Meier
2017-01-10 14:56 Agostino Sarubbo
2017-01-10 15:23 Agostino Sarubbo
2017-01-11 10:35 Agostino Sarubbo
2017-01-13 16:57 Markus Meier
2017-01-15 15:50 Agostino Sarubbo
2017-01-15 22:10 Tobias Klausmann
2017-01-17 14:24 Agostino Sarubbo
2017-01-18 10:02 Agostino Sarubbo
2017-01-21 12:10 Jeroen Roovers
2017-01-30 4:58 Mart Raudsepp
2017-07-29 12:34 Alexis Ballier
2018-04-23 13:19 Mart Raudsepp
2018-04-26 22:32 Aaron Bauman
2018-04-28 16:36 Sergei Trofimovich
2018-04-28 17:05 Sergei Trofimovich
2018-05-04 20:46 Markus Meier
2018-05-14 14:11 Tobias Klausmann
2018-05-29 12:29 Mikle Kolyada
2019-01-14 7:14 Sergei Trofimovich
2019-01-14 19:52 Mart Raudsepp
2019-02-04 19:37 Dennis Lamm
2019-05-23 3:27 Aaron Bauman
2019-08-27 5:10 Mart Raudsepp
2019-08-27 21:37 Mart Raudsepp
2019-08-31 5:26 Mikle Kolyada
2019-09-01 18:20 Mikle Kolyada
2019-09-02 9:32 Agostino Sarubbo
2019-09-02 10:11 Agostino Sarubbo
2019-09-03 0:16 Aaron Bauman
2019-09-08 1:13 Thomas Deutschmann
2019-09-14 23:36 Sergei Trofimovich
2019-10-13 19:04 Matt Turner
2019-12-05 22:15 Sergei Trofimovich
2020-01-11 20:19 Mart Raudsepp
2020-01-11 20:19 Mart Raudsepp
2020-01-26 22:39 Thomas Deutschmann
2020-01-27 8:10 Sergei Trofimovich
2020-01-27 9:45 Mikle Kolyada
2020-01-27 12:44 Agostino Sarubbo
2020-01-27 14:28 Agostino Sarubbo
2020-01-28 7:41 Agostino Sarubbo
2020-02-11 10:52 Agostino Sarubbo
2020-04-14 17:05 Mart Raudsepp
2020-04-30 7:09 Sergei Trofimovich
2020-05-01 8:35 Mart Raudsepp
2020-07-14 0:55 Matt Turner
2021-01-06 23:05 Fabian Groffen
2021-03-15 18:06 Sergei Trofimovich
2021-04-12 16:02 Sam James
2021-04-12 23:11 Sam James
2021-04-13 15:00 Sam James
2021-08-23 22:59 Marek Szuba
2021-12-28 14:09 Pacho Ramos
2022-03-08 12:32 Sam James
2022-03-09 12:49 Sam James
2022-03-09 15:39 Sam James
2022-03-15 6:37 Matt Turner
2022-03-15 20:54 Matt Turner
2022-03-27 5:01 Matt Turner
2022-05-28 5:05 Sam James
2022-05-28 5:38 Sam James
2022-05-31 9:24 Jakov Smolić
2022-07-16 21:28 Matt Turner
2022-08-28 5:06 WANG Xuerui
2022-10-30 22:29 Matt Turner
2022-11-05 9:44 Arthur Zamarin
2022-11-05 9:58 Arthur Zamarin
2022-11-05 18:58 Arthur Zamarin
2023-05-02 17:24 Arthur Zamarin
2023-05-02 17:28 Arthur Zamarin
2023-05-02 17:43 Arthur Zamarin
2023-05-02 18:11 Arthur Zamarin
2023-05-02 19:22 Arthur Zamarin
2023-05-02 19:27 Arthur Zamarin
2023-05-03 3:53 Sam James
2023-11-04 20:20 Mart Raudsepp
2023-11-04 20:20 Mart Raudsepp
2024-01-28 15:52 Sam James
2024-01-28 15:52 Sam James
2024-01-28 15:52 Sam James
2024-01-28 15:52 Sam James
2024-01-28 20:02 Sam James
2024-01-28 21:21 Sam James
2024-02-02 1:02 Sam James
2024-02-09 22:26 Mart Raudsepp
2024-04-07 6:21 Arthur Zamarin
2024-04-07 7:40 Arthur Zamarin
2024-04-07 10:11 Arthur Zamarin
2024-04-09 22:46 Sam James
2024-11-08 20:19 Pacho Ramos
2024-12-21 17:16 Arthur Zamarin
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=1441045180.2ccd9b4797cc67ef1361f3ffe8d46eed198f160a.eva@gentoo \
--to=eva@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