Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gnome-vfsmm/
Date: Wed, 02 Oct 2019 18:17:15
Message-Id: 1570039921.8b1c29b9ab13730af3643836f4cbab79d3788729.dilfridge@gentoo
1 commit: 8b1c29b9ab13730af3643836f4cbab79d3788729
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 2 18:06:14 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 2 18:12:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1c29b9
7
8 dev-cpp/gnome-vfsmm: remove last-rited package, bug 649000
9
10 Closes: https://bugs.gentoo.org/649000
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-cpp/gnome-vfsmm/Manifest | 1 -
14 dev-cpp/gnome-vfsmm/gnome-vfsmm-2.26.0-r1.ebuild | 57 ------------------------
15 dev-cpp/gnome-vfsmm/metadata.xml | 8 ----
16 3 files changed, 66 deletions(-)
17
18 diff --git a/dev-cpp/gnome-vfsmm/Manifest b/dev-cpp/gnome-vfsmm/Manifest
19 deleted file mode 100644
20 index dd41cfd034f..00000000000
21 --- a/dev-cpp/gnome-vfsmm/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST gnome-vfsmm-2.26.0.tar.bz2 628670 BLAKE2B d4fcd56518d7c7d2f385dcc559ea13c1fe636f2d6084be3a64d88baaba82e1d35dd45b6b5bd990f852525ad3a9fab5cb5a2470300882a3d201f3353cdd68876f SHA512 82e538c06615af83e9e455b0db601e37ee5396cac9b44884879383f3671876cca62bf534f4338177d1a62ab59e834d197302533dcc77f3c09b5433da9c660af8
25
26 diff --git a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.26.0-r1.ebuild b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.26.0-r1.ebuild
27 deleted file mode 100644
28 index 91bcc03e1c4..00000000000
29 --- a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.26.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,57 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -GCONF_DEBUG="no"
37 -GNOME_TARBALL_SUFFIX="bz2"
38 -
39 -inherit flag-o-matic gnome2
40 -
41 -DESCRIPTION="C++ bindings for gnome-vfs"
42 -HOMEPAGE="https://www.gtkmm.org"
43 -
44 -LICENSE="LGPL-2.1"
45 -SLOT="1.1"
46 -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
47 -IUSE="doc examples"
48 -
49 -# glibmm dep is because build fails with older versions...
50 -RDEPEND="
51 - >=gnome-base/gnome-vfs-2.8.1
52 - >=dev-cpp/glibmm-2.12
53 -"
54 -DEPEND="${RDEPEND}
55 - virtual/pkgconfig
56 - doc? ( app-doc/doxygen )
57 -"
58 -
59 -src_prepare() {
60 - if ! use doc; then
61 - # documentation requires Doxygen and takes time
62 - sed -i 's/^\(SUBDIRS =.*\)docs\(.*\)$/\1\2/' Makefile.in || \
63 - die "sed Makefile.in failed"
64 - fi
65 -
66 - if ! use examples; then
67 - # don't waste time building the examples
68 - sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || \
69 - die "sed Makefile.in failed"
70 - fi
71 -
72 - append-cxxflags -std=c++11
73 -
74 - gnome2_src_prepare
75 -}
76 -
77 -src_install() {
78 - gnome2_src_install
79 -
80 - if use doc ; then
81 - dohtml -r docs/reference/html/*
82 - fi
83 -
84 - if use examples; then
85 - find examples -type d -name '.deps' -exec rm -fr {} \; 2>/dev/null
86 - cp -R examples "${ED}"/usr/share/doc/${PF}
87 - fi
88 -}
89
90 diff --git a/dev-cpp/gnome-vfsmm/metadata.xml b/dev-cpp/gnome-vfsmm/metadata.xml
91 deleted file mode 100644
92 index 996e7cacd21..00000000000
93 --- a/dev-cpp/gnome-vfsmm/metadata.xml
94 +++ /dev/null
95 @@ -1,8 +0,0 @@
96 -<?xml version="1.0" encoding="UTF-8"?>
97 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
98 -<pkgmetadata>
99 - <maintainer type="project">
100 - <email>gnome@g.o</email>
101 - <name>Gentoo GNOME Desktop</name>
102 - </maintainer>
103 -</pkgmetadata>