* [gentoo-commits] gentoo-x86 commit in kde-base/kate: ChangeLog kate-4.8.0.ebuild
@ 2012-01-25 18:17 Johannes Huber (johu)
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber (johu) @ 2012-01-25 18:17 UTC (permalink / raw
To: gentoo-commits
johu 12/01/25 18:17:08
Modified: ChangeLog
Added: kate-4.8.0.ebuild
Log:
Version bump KDE SC 4.8.0
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.220 kde-base/kate/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/ChangeLog?rev=1.220&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/ChangeLog?rev=1.220&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/ChangeLog?r1=1.219&r2=1.220
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- ChangeLog 17 Jan 2012 13:28:59 -0000 1.219
+++ ChangeLog 25 Jan 2012 18:17:08 -0000 1.220
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kate
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.219 2012/01/17 13:28:59 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.220 2012/01/25 18:17:08 johu Exp $
+
+*kate-4.8.0 (25 Jan 2012)
+
+ 25 Jan 2012; Johannes Huber <johu@gentoo.org> +kate-4.8.0.ebuild:
+ Version bump KDE SC 4.8.0
17 Jan 2012; Johannes Huber <johu@gentoo.org> -kate-4.7.3.ebuild:
Remove KDE SC 4.7.3
1.1 kde-base/kate/kate-4.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.8.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.8.0.ebuild?rev=1.1&content-type=text/plain
Index: kate-4.8.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.8.0.ebuild,v 1.1 2012/01/25 18:17:08 johu Exp $
EAPI=4
KDE_HANDBOOK="optional"
KMNAME="kate"
KDE_SCM="git"
inherit kde4-meta
DESCRIPTION="Kate is an MDI texteditor."
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +plasma"
DEPEND="
dev-libs/libxml2
dev-libs/libxslt
"
RDEPEND="${DEPEND}
$(add_kdebase_dep katepart)
"
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with plasma)
)
kde4-meta_src_configure
}
pkg_postinst() {
kde4-meta_pkg_postinst
if ! has_version kde-base/kaddressbook:${SLOT}; then
echo
elog "File templates plugin requires kde-base/kaddressbook:${SLOT}."
elog "Please install it if you plan to use this plugin."
echo
fi
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/kate: ChangeLog kate-4.8.0.ebuild
@ 2012-03-23 7:37 Johannes Huber (johu)
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber (johu) @ 2012-03-23 7:37 UTC (permalink / raw
To: gentoo-commits
johu 12/03/23 07:37:15
Modified: ChangeLog
Removed: kate-4.8.0.ebuild
Log:
Remove KDE SC 4.8.0
(Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
Revision Changes Path
1.224 kde-base/kate/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/ChangeLog?rev=1.224&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/ChangeLog?rev=1.224&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/ChangeLog?r1=1.223&r2=1.224
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -r1.223 -r1.224
--- ChangeLog 6 Mar 2012 23:34:58 -0000 1.223
+++ ChangeLog 23 Mar 2012 07:37:14 -0000 1.224
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kate
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.223 2012/03/06 23:34:58 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.224 2012/03/23 07:37:14 johu Exp $
+
+ 23 Mar 2012; Johannes Huber <johu@gentoo.org> -kate-4.8.0.ebuild:
+ Remove KDE SC 4.8.0
*kate-4.8.1 (06 Mar 2012)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-23 7:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-25 18:17 [gentoo-commits] gentoo-x86 commit in kde-base/kate: ChangeLog kate-4.8.0.ebuild Johannes Huber (johu)
-- strict thread matches above, loose matches on Subject: below --
2012-03-23 7:37 Johannes Huber (johu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox