* [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: ChangeLog dolphin-plugins-4.7.3.ebuild
@ 2011-11-02 20:48 Alexey Shvetsov (alexxy)
0 siblings, 0 replies; 3+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2011-11-02 20:48 UTC (permalink / raw
To: gentoo-commits
alexxy 11/11/02 20:48:09
Modified: ChangeLog
Added: dolphin-plugins-4.7.3.ebuild
Log:
[kde-base] KDE SC 4.7.3
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Revision Changes Path
1.31 kde-base/dolphin-plugins/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 28 Oct 2011 19:03:24 -0000 1.30
+++ ChangeLog 2 Nov 2011 20:48:09 -0000 1.31
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/dolphin-plugins
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.30 2011/10/28 19:03:24 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.31 2011/11/02 20:48:09 alexxy Exp $
+
+*dolphin-plugins-4.7.3 (02 Nov 2011)
+
+ 02 Nov 2011; Alexey Shvetsov <alexxy@gentoo.org>
+ +dolphin-plugins-4.7.3.ebuild:
+ Version bump KDE SC 4.7.3
28 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org>
-dolphin-plugins-4.7.1.ebuild:
1.1 kde-base/dolphin-plugins/dolphin-plugins-4.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.7.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.7.3.ebuild?rev=1.1&content-type=text/plain
Index: dolphin-plugins-4.7.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.7.3.ebuild,v 1.1 2011/11/02 20:48:09 alexxy Exp $
EAPI=4
KMNAME="kdesdk"
inherit kde4-meta
DESCRIPTION="Extra Dolphin plugins"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +git +subversion"
DEPEND="
$(add_kdebase_dep libkonq)
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kompare)
git? ( dev-vcs/git )
subversion? ( dev-vcs/subversion )
"
KMLOADLIBS="libkonq"
#
# See bug 351147 for why this is necessary
#
src_prepare() {
echo 'macro_optional_add_subdirectory ( dolphin-plugins )' >> CMakeLists.txt || die
echo > dolphin-plugins/CMakeLists.txt || die
use git && echo 'add_subdirectory ( git )' >> dolphin-plugins/CMakeLists.txt
use subversion && echo 'add_subdirectory ( svn )' >> dolphin-plugins/CMakeLists.txt
kde4-meta_src_prepare
}
src_install() {
{ use git || use subversion; } && kde4-meta_src_install
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: ChangeLog dolphin-plugins-4.7.3.ebuild
@ 2011-12-07 10:12 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-07 10:12 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/12/07 10:12:51
Modified: ChangeLog dolphin-plugins-4.7.3.ebuild
Log:
x86 stable wrt bug #388279
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.32 kde-base/dolphin-plugins/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 2 Nov 2011 20:48:09 -0000 1.31
+++ ChangeLog 7 Dec 2011 10:12:51 -0000 1.32
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/dolphin-plugins
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.31 2011/11/02 20:48:09 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.32 2011/12/07 10:12:51 phajdan.jr Exp $
+
+ 07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ dolphin-plugins-4.7.3.ebuild:
+ x86 stable wrt bug #388279
*dolphin-plugins-4.7.3 (02 Nov 2011)
1.2 kde-base/dolphin-plugins/dolphin-plugins-4.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.7.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.7.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.7.3.ebuild?r1=1.1&r2=1.2
Index: dolphin-plugins-4.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.7.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dolphin-plugins-4.7.3.ebuild 2 Nov 2011 20:48:09 -0000 1.1
+++ dolphin-plugins-4.7.3.ebuild 7 Dec 2011 10:12:51 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.7.3.ebuild,v 1.1 2011/11/02 20:48:09 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.7.3.ebuild,v 1.2 2011/12/07 10:12:51 phajdan.jr Exp $
EAPI=4
@@ -8,7 +8,7 @@
inherit kde4-meta
DESCRIPTION="Extra Dolphin plugins"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug +git +subversion"
DEPEND="
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: ChangeLog dolphin-plugins-4.7.3.ebuild
@ 2012-01-17 13:28 Johannes Huber (johu)
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber (johu) @ 2012-01-17 13:28 UTC (permalink / raw
To: gentoo-commits
johu 12/01/17 13:28:50
Modified: ChangeLog
Removed: dolphin-plugins-4.7.3.ebuild
Log:
Remove KDE SC 4.7.3.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.39 kde-base/dolphin-plugins/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 16 Jan 2012 21:09:40 -0000 1.38
+++ ChangeLog 17 Jan 2012 13:28:50 -0000 1.39
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/dolphin-plugins
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.38 2012/01/16 21:09:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.39 2012/01/17 13:28:50 johu Exp $
+
+ 17 Jan 2012; Johannes Huber <johu@gentoo.org> -dolphin-plugins-4.7.3.ebuild:
+ Remove KDE SC 4.7.3
16 Jan 2012; Agostino Sarubbo <ago@gentoo.org> dolphin-plugins-4.7.4.ebuild:
Stable for amd64, wrt bug #396359
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-01-17 13:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-17 13:28 [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: ChangeLog dolphin-plugins-4.7.3.ebuild Johannes Huber (johu)
-- strict thread matches above, loose matches on Subject: below --
2011-12-07 10:12 PaweA Hajdan (phajdan.jr)
2011-11-02 20:48 Alexey Shvetsov (alexxy)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox