public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/
Date: Mon, 30 Jan 2017 04:58:42 +0000 (UTC)	[thread overview]
Message-ID: <1485752300.aeb7c5f5178c02ee0fffc42263b5cb6650975751.leio@gentoo> (raw)

commit:     aeb7c5f5178c02ee0fffc42263b5cb6650975751
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 04:58:20 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 04:58:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb7c5f5

gnome-extra/libgsf: Remove old (security cleanup)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 gnome-extra/libgsf/Manifest              |  3 ---
 gnome-extra/libgsf/libgsf-1.14.34.ebuild | 40 -----------------------------
 gnome-extra/libgsf/libgsf-1.14.36.ebuild | 43 --------------------------------
 gnome-extra/libgsf/libgsf-1.14.40.ebuild | 40 -----------------------------
 4 files changed, 126 deletions(-)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index 92e8697..dd5932a 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1,4 +1 @@
-DIST libgsf-1.14.34.tar.xz 609880 SHA256 f0fea447e0374a73df45b498fd1701393f8e6acb39746119f8a292fb4a0cb528 SHA512 9a9fbb178147ed80572a8e727b1d3ba1f305c12c6a3b151016daf7eb51b7bf75b30d3397070ce98d6e83acf9617b15eb281fa976df291ab894119d2647826532 WHIRLPOOL c998d25adf0898b65219a9fe78075f8123a448e079fb167acc61b3cbe9093dcb2d9867a48d9d544b3a7b838a41559a3eac1b88e204294d56e49191f3d16f8e48
-DIST libgsf-1.14.36.tar.xz 609764 SHA256 71b7507f86c0f7c341bb362bdc7925a2ae286729be0bf5b8fd9581ffbbd62940 SHA512 ca0345fa4190df4d392e7cf71187d2f3b0c4bbe2312f18c076f1a9fa90e7803a754cec9a7df3da9cd00ded800eb4ad78e7acb099350dcf44c35181cddade7a85 WHIRLPOOL e99ea9a087aad127c469d353c3632d75e98a12045c8e198bb02280991ad6970b0198654ab525dd067e038caba75e710a2203868463900aa409bae332c797b8d2
-DIST libgsf-1.14.40.tar.xz 616780 SHA256 350638894b5e324d8880b50e4bc43daabaf9f3f43a66010af080ffa2d32d51e0 SHA512 6fcae7b44f4558a7149fa7c33a23ce288674df4d1120c87aed987edabd9d010e82fefaea0532e1179185a228265a29eae2360a16c7109960a52a098535ad4d5e WHIRLPOOL 0f3a5d26fc95f414e9451df887018aefbf96af6ce3f86fa4f4f1b730ad96ea6d16ce206c517f137c69edc402d65452b75865f2724456a0b8d5ece621d21dd86f
 DIST libgsf-1.14.41.tar.xz 616944 SHA256 150b98586a1021d5c49b3d4d065d0aa3e3674ae31db131af5372499d2d3f08d3 SHA512 e3892500288e5d1d9e46cdd3940d872ae2504fe54babe2dc085218c3e1a5aff5a7220c88bde730239af4a56c340a22f47337280b8892f0ab31e1e751adea9bc3 WHIRLPOOL ba632c383b95131ad9d684245a5265a414e2e6b96e183c12ddc37598d58d6b919d0d8ab3a725bf2b3ef56cdac5e11d7bd1f60229e0b907fdde70618ebd50234a

diff --git a/gnome-extra/libgsf/libgsf-1.14.34.ebuild b/gnome-extra/libgsf/libgsf-1.14.34.ebuild
deleted file mode 100644
index 0453bfe..00000000
--- a/gnome-extra/libgsf/libgsf-1.14.34.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 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 ~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.36.ebuild b/gnome-extra/libgsf/libgsf-1.14.36.ebuild
deleted file mode 100644
index 498f47c..00000000
--- a/gnome-extra/libgsf/libgsf-1.14.36.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 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 ~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/gdk-pixbuf:2
-		|| ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
-		)
-	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.40.ebuild b/gnome-extra/libgsf/libgsf-1.14.40.ebuild
deleted file mode 100644
index e247859..00000000
--- a/gnome-extra/libgsf/libgsf-1.14.40.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-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 ~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/gdk-pixbuf:2
-		|| ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
-		)
-	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() {
-	gnome2_src_configure \
-		--disable-static \
-		$(use_with bzip2 bz2) \
-		$(use_enable introspection) \
-		$(use_with gtk gdk-pixbuf)
-}


             reply	other threads:[~2017-01-30  4:58 UTC|newest]

Thread overview: 115+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-30  4:58 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-25 15:27 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/ Pacho Ramos
2024-12-21 17:16 Arthur Zamarin
2024-11-08 20:19 Pacho Ramos
2024-04-09 22:46 Sam James
2024-04-07 10:11 Arthur Zamarin
2024-04-07  7:40 Arthur Zamarin
2024-04-07  6:21 Arthur Zamarin
2024-02-09 22:26 Mart Raudsepp
2024-02-02  1:02 Sam James
2024-01-28 21:21 Sam James
2024-01-28 20:02 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 15:52 Sam James
2023-11-04 20:20 Mart Raudsepp
2023-11-04 20:20 Mart Raudsepp
2023-05-03  3:53 Sam James
2023-05-02 19:27 Arthur Zamarin
2023-05-02 19:22 Arthur Zamarin
2023-05-02 18:11 Arthur Zamarin
2023-05-02 17:43 Arthur Zamarin
2023-05-02 17:28 Arthur Zamarin
2023-05-02 17:24 Arthur Zamarin
2022-11-05 18:58 Arthur Zamarin
2022-11-05  9:58 Arthur Zamarin
2022-11-05  9:44 Arthur Zamarin
2022-10-30 22:29 Matt Turner
2022-08-28  5:06 WANG Xuerui
2022-07-16 21:28 Matt Turner
2022-05-31  9:24 Jakov Smolić
2022-05-28  5:38 Sam James
2022-05-28  5:05 Sam James
2022-03-27  5:01 Matt Turner
2022-03-15 20:54 Matt Turner
2022-03-15  6:37 Matt Turner
2022-03-09 15:39 Sam James
2022-03-09 12:49 Sam James
2022-03-08 12:32 Sam James
2021-12-28 14:09 Pacho Ramos
2021-08-23 22:59 Marek Szuba
2021-04-13 15:00 Sam James
2021-04-12 23:11 Sam James
2021-04-12 16:02 Sam James
2021-03-15 18:06 Sergei Trofimovich
2021-01-06 23:05 Fabian Groffen
2020-07-14  0:55 Matt Turner
2020-05-01  8:35 Mart Raudsepp
2020-04-30  7:09 Sergei Trofimovich
2020-04-14 17:05 Mart Raudsepp
2020-02-11 10:52 Agostino Sarubbo
2020-01-28  7:41 Agostino Sarubbo
2020-01-27 14:28 Agostino Sarubbo
2020-01-27 12:44 Agostino Sarubbo
2020-01-27  9:45 Mikle Kolyada
2020-01-27  8:10 Sergei Trofimovich
2020-01-26 22:39 Thomas Deutschmann
2020-01-11 20:19 Mart Raudsepp
2020-01-11 20:19 Mart Raudsepp
2019-12-05 22:15 Sergei Trofimovich
2019-10-13 19:04 Matt Turner
2019-09-14 23:36 Sergei Trofimovich
2019-09-08  1:13 Thomas Deutschmann
2019-09-03  0:16 Aaron Bauman
2019-09-02 10:11 Agostino Sarubbo
2019-09-02  9:32 Agostino Sarubbo
2019-09-01 18:20 Mikle Kolyada
2019-08-31  5:26 Mikle Kolyada
2019-08-27 21:37 Mart Raudsepp
2019-08-27  5:10 Mart Raudsepp
2019-05-23  3:27 Aaron Bauman
2019-02-04 19:37 Dennis Lamm
2019-01-14 19:52 Mart Raudsepp
2019-01-14  7:14 Sergei Trofimovich
2018-05-29 12:29 Mikle Kolyada
2018-05-14 14:11 Tobias Klausmann
2018-05-04 20:46 Markus Meier
2018-04-28 17:05 Sergei Trofimovich
2018-04-28 16:36 Sergei Trofimovich
2018-04-26 22:32 Aaron Bauman
2018-04-23 13:19 Mart Raudsepp
2017-07-29 12:34 Alexis Ballier
2017-01-21 12:10 Jeroen Roovers
2017-01-18 10:02 Agostino Sarubbo
2017-01-17 14:24 Agostino Sarubbo
2017-01-15 22:10 Tobias Klausmann
2017-01-15 15:50 Agostino Sarubbo
2017-01-13 16:57 Markus Meier
2017-01-11 10:35 Agostino Sarubbo
2017-01-10 15:23 Agostino Sarubbo
2017-01-10 14:56 Agostino Sarubbo
2016-12-06 20:35 Markus Meier
2016-12-05  9:57 Pacho Ramos
2016-12-05  9:57 Pacho Ramos
2016-09-05 22:37 Gilles Dartiguelongue
2016-06-25 19:13 Pacho Ramos
2016-06-07  7:03 Tobias Klausmann
2016-05-03 20:56 Markus Meier
2016-04-09 10:25 Pacho Ramos
2016-04-07 10:19 Jeroen Roovers
2016-03-06 20:52 Mikle Kolyada
2016-02-21 23:44 Pacho Ramos
2016-02-20 13:55 Pacho Ramos
2016-02-20 13:55 Pacho Ramos
2015-11-16 14:08 Agostino Sarubbo
2015-11-12 11:07 Agostino Sarubbo
2015-10-18 11:29 Mikle Kolyada
2015-10-03  8:38 Markus Meier
2015-09-28  4:44 Jeroen Roovers
2015-09-20  6:11 Jeroen Roovers
2015-09-16  8:43 Tobias Klausmann
2015-09-07 21:11 Mikle Kolyada
2015-08-31 18:20 Gilles Dartiguelongue
2015-08-31 18:20 Gilles Dartiguelongue

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=1485752300.aeb7c5f5178c02ee0fffc42263b5cb6650975751.leio@gentoo \
    --to=leio@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