public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber (johu)" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/kdesvn: kdesvn-1.6.0-r1.ebuild ChangeLog
Date: Mon,  8 Jul 2013 20:24:37 +0000 (UTC)	[thread overview]
Message-ID: <20130708202437.205A52171C@flycatcher.gentoo.org> (raw)

johu        13/07/08 20:24:37

  Modified:             ChangeLog
  Added:                kdesvn-1.6.0-r1.ebuild
  Log:
  Revision bump adds upstream patch to fix the changed bug url by git migration.
  
  (Portage version: 2.2.0_alpha187/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)

Revision  Changes    Path
1.33                 dev-vcs/kdesvn/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	6 Jul 2013 13:42:47 -0000	1.32
+++ ChangeLog	8 Jul 2013 20:24:36 -0000	1.33
@@ -1,6 +1,12 @@
 # ChangeLog for dev-vcs/kdesvn
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.32 2013/07/06 13:42:47 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.33 2013/07/08 20:24:36 johu Exp $
+
+*kdesvn-1.6.0-r1 (08 Jul 2013)
+
+  08 Jul 2013; Johannes Huber <johu@gentoo.org>
+  +files/kdesvn-1.6.0-bug-address.patch, +kdesvn-1.6.0-r1.ebuild:
+  Revision bump adds upstream patch to fix the changed bug url by git migration.
 
   06 Jul 2013; Johannes Huber <johu@gentoo.org>
   -files/kdesvn-1.5.5-gcc-4.7.patch, -files/kdesvn-1.5.5-qt48.patch,



1.1                  dev-vcs/kdesvn/kdesvn-1.6.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: kdesvn-1.6.0-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0-r1.ebuild,v 1.1 2013/07/08 20:24:36 johu Exp $

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="KDESvn is 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}"

add_blocker "kdesdk-kioslaves[subversion(+)]"

PATCHES=( "${FILESDIR}/${P}-bug-address.patch" )

src_configure() {
	append-cppflags -DQT_THREAD_SUPPORT

	[[ ${PV} = 9999* ]] && mycmakeargs=(-DDAILY_BUILD=ON)

	kde4-base_src_configure
}





             reply	other threads:[~2013-07-08 20:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-08 20:24 Johannes Huber (johu) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-07-11 12:52 [gentoo-commits] gentoo-x86 commit in dev-vcs/kdesvn: kdesvn-1.6.0-r1.ebuild ChangeLog Michael Palimaka (kensington)
2013-10-26 20:40 Agostino Sarubbo (ago)
2014-08-10 21:23 Sergei Trofimovich (slyfox)
2015-06-04 19:02 Michael Palimaka (kensington)

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=20130708202437.205A52171C@flycatcher.gentoo.org \
    --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