Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/
Date: Mon, 31 Aug 2015 18:21:01
Message-Id: 1441045180.2ccd9b4797cc67ef1361f3ffe8d46eed198f160a.eva@gentoo
1 commit: 2ccd9b4797cc67ef1361f3ffe8d46eed198f160a
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 18:07:52 2015 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 18:19:40 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ccd9b47
7
8 gnome-extra/libgsf: drop old revisions
9
10 Package-Manager: portage-2.2.20.1
11
12 gnome-extra/libgsf/Manifest | 2 --
13 gnome-extra/libgsf/libgsf-1.14.30.ebuild | 40 --------------------------------
14 gnome-extra/libgsf/libgsf-1.14.32.ebuild | 40 --------------------------------
15 3 files changed, 82 deletions(-)
16
17 diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
18 index 53c3f4f..14f6e4b 100644
19 --- a/gnome-extra/libgsf/Manifest
20 +++ b/gnome-extra/libgsf/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST libgsf-1.14.30.tar.xz 582556 SHA256 cb48c3480be4a691963548e664308f497d93c9d7bc12cf6a68d5ebae930a5b70 SHA512 26379375a7f8ce8031929c3a64d8fc2412d5b4aab511d33eaca52aef28aa0e5697b90cd35b70917d7d39a1dcb7fc2b49690d47d48c260a1fff4d2b741ad516ab WHIRLPOOL 84588a63ab47dbbb6fbfca7a7f088a2c9c3280c6392531f7eed8b5299c4617e6869d4ae2aa159e031c34879b8892867ade04be558144cb5f6855c49441ae030f
23 -DIST libgsf-1.14.32.tar.xz 606180 SHA256 13bf38b848c01e20eb89a48150b6f864434ee4dfbb6301ddf6f4080a36cd99e9 SHA512 5136065e272fa67c8dd702cb4217e5c48166712d5bc056f815ca74dba8d1926ba149904ff60e6ac19a24a30a9c7f64e8c3f3165f24bc83aadbd54d56e3b32f2d WHIRLPOOL 7a257281c29f5c2d3705fd09320233faa2f9ab8c4dc3bb05161700d709cc60347b031bb06608d4dbfa8e6fde177d7504c4cc19f271d7a3b867bf4ef6f679c17e
24 DIST libgsf-1.14.33.tar.xz 608364 SHA256 82dd38e0c1f497704bf3b43682fca2768886058f004b14e9b5d103596f8c6e6b SHA512 9dbda65a610f3e6efaf40bb51ed9ebabe485e0c2c9c8d0ff155ae39fa1aa3074df8094f51d9b0f27eb251b1aed4b4faa77ffce4d6dc16ef7c99c5b697528be5f WHIRLPOOL e2c4bdaf9ee9ecb0255ac8af8d413cc73c6dc78295eaf9191e71841218187bf4e280500525dc7b6b8048e15e282d15f7f46b226a12361f112b63494e6d07f1bf
25 DIST libgsf-1.14.34.tar.xz 609880 SHA256 f0fea447e0374a73df45b498fd1701393f8e6acb39746119f8a292fb4a0cb528 SHA512 9a9fbb178147ed80572a8e727b1d3ba1f305c12c6a3b151016daf7eb51b7bf75b30d3397070ce98d6e83acf9617b15eb281fa976df291ab894119d2647826532 WHIRLPOOL c998d25adf0898b65219a9fe78075f8123a448e079fb167acc61b3cbe9093dcb2d9867a48d9d544b3a7b838a41559a3eac1b88e204294d56e49191f3d16f8e48
26
27 diff --git a/gnome-extra/libgsf/libgsf-1.14.30.ebuild b/gnome-extra/libgsf/libgsf-1.14.30.ebuild
28 deleted file mode 100644
29 index 0829783..0000000
30 --- a/gnome-extra/libgsf/libgsf-1.14.30.ebuild
31 +++ /dev/null
32 @@ -1,40 +0,0 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI="5"
38 -GCONF_DEBUG="no"
39 -
40 -inherit gnome2
41 -
42 -DESCRIPTION="The GNOME Structured File Library"
43 -HOMEPAGE="https://developer.gnome.org/gsf/"
44 -
45 -LICENSE="GPL-2 LGPL-2.1"
46 -SLOT="0/114" # libgsf-1.so version
47 -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"
48 -IUSE="bzip2 gtk +introspection"
49 -
50 -RDEPEND="
51 - >=dev-libs/glib-2.26:2
52 - >=dev-libs/libxml2-2.4.16:2
53 - sys-libs/zlib
54 - bzip2? ( app-arch/bzip2 )
55 - gtk? ( x11-libs/gtk+:2 )
56 - introspection? ( >=dev-libs/gobject-introspection-1 )
57 -"
58 -DEPEND="${RDEPEND}
59 - >=dev-util/gtk-doc-am-1.12
60 - >=dev-util/intltool-0.35.0
61 - dev-libs/gobject-introspection-common
62 - virtual/pkgconfig
63 -"
64 -
65 -src_configure() {
66 - DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
67 - gnome2_src_configure \
68 - --disable-static \
69 - $(use_with bzip2 bz2) \
70 - $(use_enable introspection) \
71 - $(use_with gtk gdk-pixbuf)
72 -}
73
74 diff --git a/gnome-extra/libgsf/libgsf-1.14.32.ebuild b/gnome-extra/libgsf/libgsf-1.14.32.ebuild
75 deleted file mode 100644
76 index ed88221..0000000
77 --- a/gnome-extra/libgsf/libgsf-1.14.32.ebuild
78 +++ /dev/null
79 @@ -1,40 +0,0 @@
80 -# Copyright 1999-2015 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -# $Id$
83 -
84 -EAPI="5"
85 -GCONF_DEBUG="no"
86 -
87 -inherit gnome2
88 -
89 -DESCRIPTION="The GNOME Structured File Library"
90 -HOMEPAGE="https://developer.gnome.org/gsf/"
91 -
92 -LICENSE="GPL-2 LGPL-2.1"
93 -SLOT="0/114" # libgsf-1.so version
94 -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"
95 -IUSE="bzip2 gtk +introspection"
96 -
97 -RDEPEND="
98 - >=dev-libs/glib-2.26:2
99 - >=dev-libs/libxml2-2.4.16:2
100 - sys-libs/zlib
101 - bzip2? ( app-arch/bzip2 )
102 - gtk? ( x11-libs/gtk+:2 )
103 - introspection? ( >=dev-libs/gobject-introspection-1 )
104 -"
105 -DEPEND="${RDEPEND}
106 - >=dev-util/gtk-doc-am-1.12
107 - >=dev-util/intltool-0.35.0
108 - dev-libs/gobject-introspection-common
109 - virtual/pkgconfig
110 -"
111 -
112 -src_configure() {
113 - DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
114 - gnome2_src_configure \
115 - --disable-static \
116 - $(use_with bzip2 bz2) \
117 - $(use_enable introspection) \
118 - $(use_with gtk gdk-pixbuf)
119 -}