summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-05-10 10:36:37 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-05-10 10:36:37 +0000
commitc3b00cb2da5478e299d045030dc665cebf06584e (patch)
tree85e923053579e45ad9ad0f76d499eafc25abdf0f /dev-vcs/rapidsvn
parentStable (diff)
downloadgentoo-2-c3b00cb2da5478e299d045030dc665cebf06584e.tar.gz
gentoo-2-c3b00cb2da5478e299d045030dc665cebf06584e.tar.bz2
gentoo-2-c3b00cb2da5478e299d045030dc665cebf06584e.zip
Stable for amd64/ppc/ppc64/x86, wrt to bug #469282, remove old
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-vcs/rapidsvn')
-rw-r--r--dev-vcs/rapidsvn/ChangeLog8
-rw-r--r--dev-vcs/rapidsvn/rapidsvn-0.12.0.ebuild95
-rw-r--r--dev-vcs/rapidsvn/rapidsvn-0.12.1.ebuild6
3 files changed, 9 insertions, 100 deletions
diff --git a/dev-vcs/rapidsvn/ChangeLog b/dev-vcs/rapidsvn/ChangeLog
index d29878537f1b..3e2326556970 100644
--- a/dev-vcs/rapidsvn/ChangeLog
+++ b/dev-vcs/rapidsvn/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/rapidsvn
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rapidsvn/ChangeLog,v 1.17 2012/10/07 11:20:26 jlec Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rapidsvn/ChangeLog,v 1.18 2013/05/10 10:36:37 ago Exp $
+
+ 10 May 2013; Agostino Sarubbo <ago@gentoo.org> -rapidsvn-0.12.0.ebuild,
+ rapidsvn-0.12.1.ebuild:
+ Stable for amd64/ppc/ppc64/x86, wrt to bug #469282, remove old
*rapidsvn-0.12.1 (07 Oct 2012)
diff --git a/dev-vcs/rapidsvn/rapidsvn-0.12.0.ebuild b/dev-vcs/rapidsvn/rapidsvn-0.12.0.ebuild
deleted file mode 100644
index 4b291edf41d8..000000000000
--- a/dev-vcs/rapidsvn/rapidsvn-0.12.0.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rapidsvn/rapidsvn-0.12.0.ebuild,v 1.12 2012/06/07 16:27:01 jlec Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-WANT_AUTOCONF="2.5"
-WX_GTK_VER=2.8
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils eutils fdo-mime flag-o-matic python versionator wxwidgets
-
-MY_PV=$(get_version_component_range 1-2)
-MY_REL="1"
-
-DESCRIPTION="Cross-platform GUI front-end for the Subversion revision system"
-HOMEPAGE="http://rapidsvn.tigris.org/"
-SRC_URI="http://www.rapidsvn.org/download/release/${MY_PV}/${P}-${MY_REL}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1 FDL-1.2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc static-libs"
-
-COMMON_DEP="
- dev-libs/apr
- dev-libs/apr-util
- <dev-vcs/subversion-1.7
- x11-libs/wxGTK:2.8[X]"
-DEPEND="${COMMON_DEP}
- doc? (
- dev-libs/libxslt
- app-text/docbook-sgml-utils
- app-doc/doxygen
- app-text/docbook-xsl-stylesheets )"
-RDEPEND="${COMMON_DEP}"
-
-S="${WORKDIR}/${P}-${MY_REL}"
-
-PATCHES=( "${FILESDIR}/${PN}-svncpp_link.patch" )
-AUTOTOOLS_IN_SOURCE_BUILD=1
-DOCS=( HACKING.txt TRANSLATIONS )
-
-pkg_setup() {
- wxwidgets_pkg_setup
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_configure() {
- local myeconfargs=( --with-wx-config=${WX_CONFIG} )
-
- if use doc; then
- myeconfargs+=( --with-manpage=yes )
- else
- myeconfargs+=(
- --without-xsltproc
- --with-manpage=no
- --without-doxygen
- --without-dot )
- fi
-
- append-cppflags $( "${EPREFIX}"/usr/bin/apr-1-config --cppflags )
-
- myeconfargs+=(
- --with-svn-lib="${EPREFIX}"/usr/$(get_libdir)
- --with-svn-include="${EPREFIX}"/usr/include
- --with-apr-config="${EPREFIX}/usr/bin/apr-1-config"
- --with-apu-config="${EPREFIX}/usr/bin/apu-1-config"
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
-
- doicon src/res/rapidsvn.ico
- make_desktop_entry rapidsvn "RapidSVN ${PV}" \
- "${EPREFIX}/usr/share/pixmaps/rapidsvn.ico" \
- "RevisionControl;Development"
-
- if use doc ; then
- dohtml "${S}"/doc/svncpp/html/*
- fi
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/dev-vcs/rapidsvn/rapidsvn-0.12.1.ebuild b/dev-vcs/rapidsvn/rapidsvn-0.12.1.ebuild
index dff9ec5f9bd7..7db4d3844b2e 100644
--- a/dev-vcs/rapidsvn/rapidsvn-0.12.1.ebuild
+++ b/dev-vcs/rapidsvn/rapidsvn-0.12.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rapidsvn/rapidsvn-0.12.1.ebuild,v 1.1 2012/10/07 11:20:26 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rapidsvn/rapidsvn-0.12.1.ebuild,v 1.2 2013/05/10 10:36:37 ago Exp $
EAPI=4
@@ -23,7 +23,7 @@ SRC_URI="
LICENSE="GPL-2 LGPL-2.1 FDL-1.2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="doc static-libs"
COMMON_DEP="