Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/yelp/
Date: Mon, 21 Sep 2015 18:37:16
Message-Id: 1442860624.b55939beb95922fec639178471b32996ef942608.pacho@gentoo
1 commit: b55939beb95922fec639178471b32996ef942608
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 18:37:04 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 18:37:04 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55939be
7
8 gnome-extra/yelp: Drop old
9
10 Package-Manager: portage-2.2.20.1
11
12 gnome-extra/yelp/Manifest | 2 --
13 gnome-extra/yelp/yelp-3.14.1.ebuild | 54 -------------------------------------
14 gnome-extra/yelp/yelp-3.14.2.ebuild | 53 ------------------------------------
15 3 files changed, 109 deletions(-)
16
17 diff --git a/gnome-extra/yelp/Manifest b/gnome-extra/yelp/Manifest
18 index ee7ecf7..098b617 100644
19 --- a/gnome-extra/yelp/Manifest
20 +++ b/gnome-extra/yelp/Manifest
21 @@ -1,3 +1 @@
22 -DIST yelp-3.14.1.tar.xz 1401680 SHA256 1df24b0afa000fd7b003b43448be5227d72757e95e678a7be1832ebea685f072 SHA512 272992b9635853b9a1031969e6f3bdac6710b3ed07704cf9aeeb9358544356927db428828bbcd9fdcb73ceed0b8407b747847f16c4becb0fef36dcf0c0880fee WHIRLPOOL a35e55b26e382567a8db4d4cfac3e54a5ed1b994cb2ba7f39747a4a505094b4d11f55a59e82898274eec999508ee6bf44da18bb543b93edacb31b0909b80861b
23 -DIST yelp-3.14.2.tar.xz 1413432 SHA256 6c39d323ad26b9d44de54d6c7b79b8f3a983f4cb272bc79b05cb92922aa37dc6 SHA512 d6ba613340c16380ca8853b78cadb8f903b69206e206935535152be5658d8b0ee7cb610cb3c05ac0ac8da33f09ab973b5a4d39d28f3398deff4399112f760749 WHIRLPOOL 033a7a1d446c5cbd1af0c25ce833da181c88e8059063da74038dbc953b346cdc6c7b41d5074253393f285dc417c73763a8b4d801043d79e645939e32fbed6241
24 DIST yelp-3.16.1.tar.xz 1416752 SHA256 60810b8ddf5d2bf525a70a80a982af5053db061e0d823ed883d3671d9a5267ca SHA512 bfbce5c86dd6ee6d95cd4fc14acf8285616f4aef52b14d0b68f6844fbdad17631c84c2bc029e7ee0599055c00dd8599bf20341686290060b8c27ffddc2265103 WHIRLPOOL bab7e1f4297bcef0896a497c3d2a8d016405a77f77ae9810c80425dfb7234f018e6eb4688f2c408e9a71408684d107fef4de113bb007a0fe7f0850ba4d6a6e87
25
26 diff --git a/gnome-extra/yelp/yelp-3.14.1.ebuild b/gnome-extra/yelp/yelp-3.14.1.ebuild
27 deleted file mode 100644
28 index e8c4417..0000000
29 --- a/gnome-extra/yelp/yelp-3.14.1.ebuild
30 +++ /dev/null
31 @@ -1,54 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="5"
37 -GCONF_DEBUG="yes"
38 -
39 -inherit autotools eutils gnome2
40 -
41 -DESCRIPTION="Help browser for GNOME"
42 -HOMEPAGE="https://wiki.gnome.org/Apps/Yelp"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="0"
46 -IUSE=""
47 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
48 -
49 -RDEPEND="
50 - app-arch/bzip2:=
51 - >=app-arch/xz-utils-4.9:=
52 - dev-db/sqlite:3=
53 - >=dev-libs/glib-2.38:2
54 - >=dev-libs/libxml2-2.6.5:2
55 - >=dev-libs/libxslt-1.1.4
56 - >=gnome-extra/yelp-xsl-3.12
57 - >=net-libs/webkit-gtk-1.3.10:3
58 - >=x11-libs/gtk+-3.13.3:3
59 - x11-themes/gnome-icon-theme-symbolic
60 -"
61 -DEPEND="${RDEPEND}
62 - >=dev-util/gtk-doc-am-1.13
63 - >=dev-util/intltool-0.41.0
64 - >=sys-devel/gettext-0.17
65 - virtual/pkgconfig
66 - gnome-base/gnome-common
67 -"
68 -# If eautoreconf:
69 -# gnome-base/gnome-common
70 -
71 -src_prepare() {
72 - # Fix compatibility with Gentoo's sys-apps/man
73 - # https://bugzilla.gnome.org/show_bug.cgi?id=648854
74 - epatch "${FILESDIR}/${PN}-3.0.3-man-compatibility.patch"
75 - eautoreconf
76 - gnome2_src_prepare
77 -}
78 -
79 -src_configure() {
80 - gnome2_src_configure \
81 - --disable-static \
82 - --enable-bz2 \
83 - --enable-lzma \
84 - ITSTOOL=$(type -P true)
85 -}
86
87 diff --git a/gnome-extra/yelp/yelp-3.14.2.ebuild b/gnome-extra/yelp/yelp-3.14.2.ebuild
88 deleted file mode 100644
89 index 872eb90..0000000
90 --- a/gnome-extra/yelp/yelp-3.14.2.ebuild
91 +++ /dev/null
92 @@ -1,53 +0,0 @@
93 -# Copyright 1999-2015 Gentoo Foundation
94 -# Distributed under the terms of the GNU General Public License v2
95 -# $Id$
96 -
97 -EAPI="5"
98 -GCONF_DEBUG="yes"
99 -
100 -inherit autotools eutils gnome2
101 -
102 -DESCRIPTION="Help browser for GNOME"
103 -HOMEPAGE="https://wiki.gnome.org/Apps/Yelp"
104 -
105 -LICENSE="GPL-2+"
106 -SLOT="0"
107 -IUSE=""
108 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
109 -
110 -RDEPEND="
111 - app-arch/bzip2:=
112 - >=app-arch/xz-utils-4.9:=
113 - dev-db/sqlite:3=
114 - >=dev-libs/glib-2.38:2
115 - >=dev-libs/libxml2-2.6.5:2
116 - >=dev-libs/libxslt-1.1.4
117 - >=gnome-extra/yelp-xsl-3.12
118 - >=net-libs/webkit-gtk-1.3.10:3
119 - >=x11-libs/gtk+-3.13.3:3
120 - x11-themes/gnome-icon-theme-symbolic
121 -"
122 -DEPEND="${RDEPEND}
123 - >=dev-util/gtk-doc-am-1.13
124 - >=dev-util/intltool-0.41.0
125 - >=sys-devel/gettext-0.17
126 - virtual/pkgconfig
127 - gnome-base/gnome-common
128 -"
129 -# If eautoreconf:
130 -# gnome-base/gnome-common
131 -
132 -src_prepare() {
133 - # Fix compatibility with Gentoo's sys-apps/man
134 - # https://bugzilla.gnome.org/show_bug.cgi?id=648854
135 - epatch "${FILESDIR}/${PN}-3.0.3-man-compatibility.patch"
136 - eautoreconf
137 - gnome2_src_prepare
138 -}
139 -
140 -src_configure() {
141 - gnome2_src_configure \
142 - --disable-static \
143 - --enable-bz2 \
144 - --enable-lzma
145 -}