Gentoo Archives: gentoo-commits

From: Amy Winston <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/pluma/
Date: Thu, 31 Dec 2015 23:39:40
Message-Id: 1451605107.e7a20ccbe099059489457fef762d81bd5fc7d018.amynka@gentoo
1 commit: e7a20ccbe099059489457fef762d81bd5fc7d018
2 Author: Amy Winston <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 23:38:27 2015 +0000
4 Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 23:38:27 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a20ccb
7
8 app-editors/pluma: drop old version 1.8.0
9
10 Package-Manager: portage-2.2.24
11
12 app-editors/pluma/Manifest | 1 -
13 app-editors/pluma/pluma-1.8.0.ebuild | 86 ------------------------------------
14 2 files changed, 87 deletions(-)
15
16 diff --git a/app-editors/pluma/Manifest b/app-editors/pluma/Manifest
17 index eba94b2..59f0366 100644
18 --- a/app-editors/pluma/Manifest
19 +++ b/app-editors/pluma/Manifest
20 @@ -1,2 +1 @@
21 -DIST pluma-1.8.0.tar.xz 3395424 SHA256 69b381854bb0bb7976af1469b921feec626b5f12c3c2f077b2ed0ea0020d2979 SHA512 b5298da96198a154f1dd039d594152911e3fa7cb037341a4917bcdef560864ccf08762052c0e8d314c40d12bc2dc82fea692992f0fba0e41312b88f7ddcaa8fe WHIRLPOOL b91ec8134eba44b43d6e5cf4769c770b46fe0383e1a7256103d8d1b6beaf7fac22df6772971674b0920e96eef03bedfeb9d29ea156111949b080d42c4cc93078
22 DIST pluma-1.8.1.tar.xz 3409032 SHA256 38accc5c05062981a0649874300bc21ab3ad1a5ef47491186dffe7c035ed9e8b SHA512 4429b95a6c692c524db481cc53a3d9d5fd252a2aafa49daf787df5d7b389806f520233bc054b701a3ca47a5df5917cf934dafee8327b0ac01b7fe25059b6adea WHIRLPOOL c1e61e32bc657b7097292869acd57e69b6c67d0610db0644c38141ca4e94b34b0b3bc3b941fc79b444c2f56d3140210f117fc80bfc2102b97d4f45af9e9e2057
23
24 diff --git a/app-editors/pluma/pluma-1.8.0.ebuild b/app-editors/pluma/pluma-1.8.0.ebuild
25 deleted file mode 100644
26 index 3f27b45..0000000
27 --- a/app-editors/pluma/pluma-1.8.0.ebuild
28 +++ /dev/null
29 @@ -1,86 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -
36 -GCONF_DEBUG="yes"
37 -GNOME2_LA_PUNT="yes"
38 -
39 -PYTHON_COMPAT=( python2_7 )
40 -
41 -inherit gnome2 multilib python-single-r1 versionator virtualx
42 -
43 -MATE_BRANCH="$(get_version_component_range 1-2)"
44 -
45 -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
46 -DESCRIPTION="Pluma text editor for the MATE desktop"
47 -HOMEPAGE="http://mate-desktop.org"
48 -
49 -LICENSE="GPL-2"
50 -SLOT="0"
51 -KEYWORDS="~amd64"
52 -
53 -IUSE="python spell"
54 -
55 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
56 -
57 -# Tests require gvfs sftp fs mounted and schema's installed. Disable tests.
58 -# https://github.com/mate-desktop/mate-text-editor/issues/33
59 -RESTRICT="test"
60 -
61 -RDEPEND="app-text/rarian:0
62 - dev-libs/atk:0
63 - >=dev-libs/glib-2.32:2
64 - >=dev-libs/libxml2-2.5:2
65 - x11-libs/cairo:0
66 - x11-libs/gdk-pixbuf:2
67 - >=x11-libs/gtk+-2.19:2
68 - >=x11-libs/gtksourceview-2.9.7:2.0
69 - x11-libs/libICE:0
70 - x11-libs/libX11:0
71 - >=x11-libs/libSM-1.0
72 - x11-libs/pango:0
73 - virtual/libintl:0
74 - spell? (
75 - >=app-text/enchant-1.2:0
76 - >=app-text/iso-codes-0.35:0
77 - )
78 - python? (
79 - ${PYTHON_DEPS}
80 - >=dev-python/pygobject-2.15.4:2[${PYTHON_USEDEP}]
81 - >=dev-python/pygtk-2.12:2[${PYTHON_USEDEP}]
82 - >=dev-python/pygtksourceview-2.9.2:2
83 - )
84 - !!app-editors/mate-text-editor"
85 -
86 -DEPEND="${RDEPEND}
87 - ~app-text/docbook-xml-dtd-4.1.2
88 - >=app-text/scrollkeeper-dtd-1:1.0
89 - >=dev-util/intltool-0.40:*
90 - >=sys-devel/libtool-2.2.6:2
91 - >=mate-base/mate-common-1.8:0
92 - >=sys-devel/gettext-0.17:*
93 - virtual/pkgconfig:*"
94 -
95 -pkg_setup() {
96 - use python && python-single-r1_pkg_setup
97 -}
98 -
99 -src_configure() {
100 - gnome2_src_configure \
101 - --disable-updater \
102 - $(use_enable python) \
103 - $(use_enable spell)
104 -}
105 -
106 -DOCS="AUTHORS ChangeLog NEWS README"
107 -
108 -src_test() {
109 - # FIXME: This should be handled at eclass level.
110 - "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
111 -
112 - unset DBUS_SESSION_BUS_ADDRESS
113 -
114 - GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
115 -}