public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/kdesvn/files/, dev-vcs/kdesvn/
Date: Thu, 29 Dec 2016 18:26:06 +0000 (UTC)	[thread overview]
Message-ID: <1483035961.f4c9c765f7952257c2d8d1f419bf67ae2166ca4b.johu@gentoo> (raw)

commit:     f4c9c765f7952257c2d8d1f419bf67ae2166ca4b
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 18:25:29 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 18:26:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c9c765

dev-vcs/kdesvn: Remove 1.6.0 (r1)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-vcs/kdesvn/Manifest                            |  1 -
 .../kdesvn/files/kdesvn-1.6.0-bug-address.patch    | 20 ------
 dev-vcs/kdesvn/files/kdesvn-1.6.0-cmake.patch      | 75 ----------------------
 dev-vcs/kdesvn/kdesvn-1.6.0-r1.ebuild              | 45 -------------
 4 files changed, 141 deletions(-)

diff --git a/dev-vcs/kdesvn/Manifest b/dev-vcs/kdesvn/Manifest
index a3a3558..99159fe 100644
--- a/dev-vcs/kdesvn/Manifest
+++ b/dev-vcs/kdesvn/Manifest
@@ -1,3 +1,2 @@
-DIST kdesvn-1.6.0.tar.bz2 1863823 SHA256 05686f246b76810f90a9f80f1d45cdccf812b42e18fa10a16b14e7d27d370f96 SHA512 e8ac9a55a8003e5cf724fc49281355fa0b6926ed2c984cece3f3fa076bac03ad1e9f1ab0e258d91e547f8cb542a739e0933e57f64bc0b9fa06417a4bcc5ae8cd WHIRLPOOL 13921530f77db3b4b30a7cfef86468d9c4f94d900017b3747f81114b83c0dbc22a84cb63c76cefe51ef5a6823e0c8ceac31de77bc8279897b679608ea4c2b43f
 DIST kdesvn-1.7.0.tar.xz 1965064 SHA256 b3a9dc01e1730c880478aecd5c8d832a4b218468f791083985d325c0ef8a6ece SHA512 587e1f65af7fa0bf16c3b1892b155e588546e4229b7499d9c31abdbf22369fecde439805e7c32370b8f648a6f42f38293dc2fc67c7a7d605920afeebf4ad2db3 WHIRLPOOL 17dedce0941e486496718fa04f8e4bfb46d85d5fa9ef7da11244594291e2802aeebf610654e126a6e2a619a5aebdf91fec09011a05094e9d32d4c32d1350af01
 DIST kdesvn-2.0.0.tar.xz 2014660 SHA256 d58d3a895461633718dad580d1590fe99c9d6e44ca64544784a0e9421eb8f8db SHA512 1c0a6f02ef21fd8f9258a40ea2efba0f3775ae4a3c5b5f137dfaa658940472c3b0f98b6331c96bf7013af712d43ae6092fbee28e0f41688a62fa60dd194d3db2 WHIRLPOOL ebd26101e8779c047f186c408b5694647a07f565d295e6f1a1cfcf118c2fdfeb19298fb254928061c51ce8a4be7d5d651ea2c4021bf19fdcbd011bd109160a70

diff --git a/dev-vcs/kdesvn/files/kdesvn-1.6.0-bug-address.patch b/dev-vcs/kdesvn/files/kdesvn-1.6.0-bug-address.patch
deleted file mode 100644
index e1c9907..00000000
--- a/dev-vcs/kdesvn/files/kdesvn-1.6.0-bug-address.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/main.cpp.old	2013-07-07 17:37:05.617114521 +0200
-+++ src/main.cpp	2013-07-07 17:37:20.322929644 +0200
-@@ -40,7 +40,6 @@
-                      KAboutData::License_GPL,ki18n("(C) 2005-2009 Rajko Albrecht"));
-     about.addAuthor( ki18n("Rajko Albrecht"),ki18n("Developer"),QByteArray("ral@alwins-world.de"),QByteArray());
-     about.setHomepage("http://kdesvn.alwins-world.de/");
--    about.setBugAddress("kdesvn-bugs@alwins-world.de");
- 
-     KCmdLineArgs::init(argc, argv, &about);
-     KCmdLineOptions options;
---- src/kdesvn_part.cpp.old	2013-07-07 17:37:41.415664472 +0200
-+++ src/kdesvn_part.cpp	2013-07-07 17:37:53.484512746 +0200
-@@ -174,7 +174,6 @@
-     about.addAuthor(ki18n("Rajko Albrecht"), ki18n("Original author and maintainer"), "ral@alwins-world.de" );
-     about.setOtherText(m_Extratext);
-     about.setHomepage("http://kdesvn.alwins-world.de/");
--    about.setBugAddress("kdesvn-bugs@alwins-world.de");
-     about.setProgramIconName("kdesvn");
-     about.setTranslator(ki18n("kdesvn: NAME OF TRANSLATORS\\nYour names"),
-         ki18n("kdesvn: EMAIL OF TRANSLATORS\\nYour emails"));

diff --git a/dev-vcs/kdesvn/files/kdesvn-1.6.0-cmake.patch b/dev-vcs/kdesvn/files/kdesvn-1.6.0-cmake.patch
deleted file mode 100644
index 1a3c4b7..00000000
--- a/dev-vcs/kdesvn/files/kdesvn-1.6.0-cmake.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-From: Christophe Giboudeaux <cgiboudeaux@gmx.com>
-Date: Thu, 04 Jul 2013 13:59:57 +0000
-Subject: Drop cmake_uninstall.cmake.in
-X-Git-Url: http://quickgit.kde.org/?p=kdesvn.git&a=commitdiff&h=267bda11388934cf126334269f15611e96729983
----
-Drop cmake_uninstall.cmake.in
-
-FindKDE4Internal.cmake already creates an cmake_uninstall file.
----
-Backported to 1.6.0 (toUppercase, cmake path)
-
---- a/CMakeLists.txt	2010-03-20 17:08:10.000000000 +0100
-+++ b/CMakeLists.txt	2015-12-29 18:40:33.550299882 +0100
-@@ -165,14 +165,6 @@
-     IMMEDIATE
-     @ONLY)
- 
--CONFIGURE_FILE(
--    "${CMAKE_CURRENT_SOURCE_DIR}/cmakemodules/cmake_uninstall.cmake.in"
--    "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
--    IMMEDIATE @ONLY)
--
--ADD_CUSTOM_TARGET(uninstall
--    "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
--
- ADD_CUSTOM_TARGET(dist
-     "${CMAKE_BINARY_DIR}/makedist.sh"
-     DEPENDS doc
---- a/cmakemodules/cmake_uninstall.cmake.in
-+++ /dev/null
-@@ -1,43 +1 @@
--####
-- #   Copyright (C) 2005-2009 by Rajko Albrecht  ral@alwins-world.de        #
-- #   http://kdesvn.alwins-world.de/                                        #
-- #                                                                         #
-- #   This program is free software; you can redistribute it and/or modify  #
-- #   it under the terms of the GNU General Public License as published by  #
-- #   the Free Software Foundation; either version 2 of the License, or     #
-- #   (at your option) any later version.                                   #
-- #                                                                         #
-- #   This program is distributed in the hope that it will be useful,       #
-- #   but WITHOUT ANY WARRANTY; without even the implied warranty of        #
-- #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         #
-- #   GNU General Public License for more details.                          #
-- #                                                                         #
-- #   You should have received a copy of the GNU General Public License     #
-- #   along with this program; if not, write to the                         #
-- #   Free Software Foundation, Inc.,                                       #
-- #   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         #
-- ####
- 
--IF(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
--  MESSAGE(FATAL_ERROR "Cannot find install manifest: \"@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt\"")
--ENDIF(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
--
--FILE(READ "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt" files)
--STRING(REGEX REPLACE "\n" ";" files "${files}")
--FOREACH(file ${files})
--  MESSAGE(STATUS "Uninstalling \"${file}\"")
--  IF(NOT EXISTS "${file}")
--#not a failure - missing links are marked as missed too, so when lib is removed the links are
--#there but invalid!
--    MESSAGE(STATUS "File \"${file}\" does not exists.")
--  ENDIF(NOT EXISTS "${file}")
--  EXEC_PROGRAM("@CMAKE_COMMAND@" ARGS "-E remove \"${file}\""
--    OUTPUT_VARIABLE rm_out
--    RETURN_VARIABLE rm_retval)
--  IF("${rm_retval}" GREATER 0)
--    MESSAGE(FATAL_ERROR "Problem when removing \"${file}\"")
--  ENDIF("${rm_retval}" GREATER 0)
--ENDFOREACH(file)
--
--
--
-

diff --git a/dev-vcs/kdesvn/kdesvn-1.6.0-r1.ebuild b/dev-vcs/kdesvn/kdesvn-1.6.0-r1.ebuild
deleted file mode 100644
index 8564f3b..00000000
--- a/dev-vcs/kdesvn/kdesvn-1.6.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KDE_LINGUAS="cs de el es fr it ja lt pt_BR ro ru"
-KDE_LINGUAS_LIVE_OVERRIDE="true"
-inherit flag-o-matic kde4-base
-
-DESCRIPTION="A frontend to the subversion vcs"
-HOMEPAGE="http://kdesvn.alwins-world.de/"
-if [[ ${PV} != 9999* ]]; then
-	SRC_URI="http://kdesvn.alwins-world.de/downloads/${P}.tar.bz2"
-fi
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
-	dev-libs/apr:1
-	dev-libs/apr-util:1
-	>=dev-vcs/subversion-1.7
-	sys-devel/gettext
-	dev-qt/qtsql:4[sqlite]
-"
-RDEPEND="${DEPEND}
-	!kde-apps/kdesdk-kioslaves:4[subversion(+)]
-"
-
-PATCHES=(
-	"${FILESDIR}/${P}-bug-address.patch"
-	"${FILESDIR}/${P}-cmake.patch"
-)
-
-src_configure() {
-	append-cppflags -DQT_THREAD_SUPPORT
-
-	[[ ${PV} = 9999* ]] && mycmakeargs=(-DDAILY_BUILD=ON)
-
-	kde4-base_src_configure
-}


             reply	other threads:[~2016-12-29 18:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-29 18:26 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-08-14 13:00 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/kdesvn/files/, dev-vcs/kdesvn/ Andreas Sturmlechner
2016-12-05  8:36 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1483035961.f4c9c765f7952257c2d8d1f419bf67ae2166ca4b.johu@gentoo \
    --to=johu@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox