Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-vcs/rapidsvn/files/, dev-vcs/rapidsvn/
Date: Wed, 23 Dec 2020 21:41:11
Message-Id: 1608759405.7eeefc611a12675bca5171b61b8216b551e6a8a4.sping@gentoo
1 commit: 7eeefc611a12675bca5171b61b8216b551e6a8a4
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 21:36:45 2020 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 21:36:45 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=7eeefc61
7
8 dev-vcs/rapidsvn: Drop due to "fdo-mime.eclass not found"
9
10 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
11
12 dev-vcs/rapidsvn/ChangeLog | 38 ---------
13 dev-vcs/rapidsvn/files/rapidsvn-svncpp_link.patch | 12 ---
14 dev-vcs/rapidsvn/metadata.xml | 7 --
15 dev-vcs/rapidsvn/rapidsvn-9999.ebuild | 94 -----------------------
16 4 files changed, 151 deletions(-)
17
18 diff --git a/dev-vcs/rapidsvn/ChangeLog b/dev-vcs/rapidsvn/ChangeLog
19 deleted file mode 100644
20 index b29740e..0000000
21 --- a/dev-vcs/rapidsvn/ChangeLog
22 +++ /dev/null
23 @@ -1,38 +0,0 @@
24 -# ChangeLog for dev-vcs/rapidsvn
25 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
26 -
27 - 19 Jan 2014; Justin Lecher <jlec@g.o> rapidsvn-9999.ebuild:
28 - Fix S after moce to git
29 -
30 - 07 Jan 2014; Justin Lecher <jlec@g.o> rapidsvn-9999.ebuild:
31 - Switch from git-2 to git-r3
32 -
33 - 04 Jul 2013; Justin Lecher <jlec@g.o> rapidsvn-9999.ebuild:
34 - Fix for new python eclasses
35 -
36 - 19 Feb 2013; Justin Lecher <jlec@g.o> rapidsvn-9999.ebuild,
37 - metadata.xml:
38 - Move to new upstream VCS location; move to new python eclasses
39 -
40 - 10 Aug 2012; Justin Lecher <jlec@g.o> rapidsvn-9999.ebuild:
41 - Install missing icons, #430648
42 -
43 - 07 Jun 2012; Justin Lecher <jlec@g.o> rapidsvn-9999.ebuild:
44 - Use append-ccpflags for CPPFLAGS, correct location of icon file
45 -
46 - 19 Feb 2012; Justin Lecher <jlec@g.o> Manifest:
47 - Fix Manifest
48 -
49 - 18 Feb 2012; Justin Lecher <jlec@g.o>
50 - files/rapidsvn-svncpp_link.patch:
51 - Fix for current HEAD
52 -
53 - 01 Feb 2012; Justin Lecher <jlec@g.o> rapidsvn-9999.ebuild:
54 - Add support for static-libs
55 -
56 -*rapidsvn-9999 (31 Jan 2012)
57 -
58 - 31 Jan 2012; Justin Lecher <jlec@g.o> +rapidsvn-9999.ebuild,
59 - +files/rapidsvn-svncpp_link.patch, +metadata.xml:
60 - Add live ebuild
61 -
62
63 diff --git a/dev-vcs/rapidsvn/files/rapidsvn-svncpp_link.patch b/dev-vcs/rapidsvn/files/rapidsvn-svncpp_link.patch
64 deleted file mode 100644
65 index da85858..0000000
66 --- a/dev-vcs/rapidsvn/files/rapidsvn-svncpp_link.patch
67 +++ /dev/null
68 @@ -1,12 +0,0 @@
69 -Index: src/svncpp/Makefile.am
70 -===================================================================
71 ---- libsvncpp/Makefile.am
72 -+++ libsvncpp/Makefile.am
73 -@@ -27,3 +27,7 @@
74 - url.cpp \
75 - wc.cpp
76 -
77 -+libsvncpp_la_LIBADD= $(SVN_LIBS) \
78 -+ $(NEON_LIBS) \
79 -+ $(APR_LIBS) \
80 -+ -lstdc++
81
82 diff --git a/dev-vcs/rapidsvn/metadata.xml b/dev-vcs/rapidsvn/metadata.xml
83 deleted file mode 100644
84 index 2c53357..0000000
85 --- a/dev-vcs/rapidsvn/metadata.xml
86 +++ /dev/null
87 @@ -1,7 +0,0 @@
88 -<?xml version="1.0" encoding="UTF-8"?>
89 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
90 -<pkgmetadata>
91 - <maintainer type="project">
92 - <email>maintainer-wanted@g.o</email>
93 - </maintainer>
94 -</pkgmetadata>
95
96 diff --git a/dev-vcs/rapidsvn/rapidsvn-9999.ebuild b/dev-vcs/rapidsvn/rapidsvn-9999.ebuild
97 deleted file mode 100644
98 index 9c8e456..0000000
99 --- a/dev-vcs/rapidsvn/rapidsvn-9999.ebuild
100 +++ /dev/null
101 @@ -1,94 +0,0 @@
102 -# Copyright 1999-2014 Gentoo Foundation
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=5
106 -
107 -PYTHON_COMPAT=( python2_7 )
108 -
109 -WX_GTK_VER=2.8
110 -
111 -AUTOTOOLS_AUTORECONF=true
112 -
113 -inherit autotools-utils fdo-mime flag-o-matic git-r3 python-single-r1 versionator wxwidgets
114 -
115 -MY_PV=$(get_version_component_range 1-2)
116 -MY_REL="1"
117 -
118 -DESCRIPTION="Cross-platform GUI front-end for the Subversion revision system"
119 -HOMEPAGE="http://rapidsvn.tigris.org/"
120 -SRC_URI=""
121 -EGIT_REPO_URI="git://github.com/RapidSVN/RapidSVN.git"
122 -
123 -LICENSE="GPL-2 LGPL-2.1 FDL-1.2"
124 -SLOT="0"
125 -KEYWORDS=""
126 -IUSE="doc static-libs"
127 -
128 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
129 -
130 -COMMON_DEP="
131 - ${PYTHON_DEPS}
132 - dev-libs/apr
133 - dev-libs/apr-util
134 - dev-vcs/subversion
135 - x11-libs/wxGTK:${WX_GTK_VER}[X]"
136 -DEPEND="${COMMON_DEP}
137 - doc? (
138 - dev-libs/libxslt
139 - app-text/docbook-sgml-utils
140 - app-doc/doxygen
141 - app-text/docbook-xsl-stylesheets )"
142 -RDEPEND="${COMMON_DEP}"
143 -
144 -PATCHES=( "${FILESDIR}/${PN}-svncpp_link.patch" )
145 -
146 -AUTOTOOLS_IN_SOURCE_BUILD=1
147 -
148 -DOCS=( HACKING.txt TRANSLATIONS )
149 -
150 -src_prepare() {
151 - autotools-utils_src_prepare
152 -}
153 -
154 -src_configure() {
155 - local myeconfargs=( --with-wx-config=${WX_CONFIG} )
156 -
157 - if use doc; then
158 - myeconfargs+=( --with-manpage=yes )
159 - else
160 - myeconfargs+=(
161 - --without-xsltproc
162 - --with-manpage=no
163 - --without-doxygen
164 - --without-dot )
165 - fi
166 -
167 - append-cppflags $( apr-1-config --cppflags )
168 -
169 - myeconfargs+=(
170 - --with-svn-lib="${EPREFIX}"/usr/$(get_libdir)
171 - --with-svn-include="${EPREFIX}"/usr/include
172 - --with-apr-config="${EPREFIX}/usr/bin/apr-1-config"
173 - --with-apu-config="${EPREFIX}/usr/bin/apu-1-config"
174 - )
175 - autotools-utils_src_configure
176 -}
177 -
178 -src_install() {
179 - autotools-utils_src_install
180 -
181 - doicon rapidsvn/res/rapidsvn.ico librapidsvn/src/res/bitmaps/${PN}*.png
182 - make_desktop_entry rapidsvn "RapidSVN ${PV}" \
183 - "${EPREFIX}/usr/share/pixmaps/rapidsvn_32x32.png" \
184 - "RevisionControl;Development"
185 -
186 - use doc && dohtml "${S}"/doc/svncpp/html/*
187 -}
188 -
189 -pkg_postinst() {
190 - fdo-mime_desktop_database_update
191 -}
192 -
193 -pkg_postrm() {
194 - fdo-mime_desktop_database_update
195 -}