Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
spatz 10/03/30 19:20:28
Modified: ChangeLog
Added: ark-4.4.2.ebuild
Log:
Version bump KDE 4.4.2
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Revision Changes Path
1.152 kde-base/ark/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ark/ChangeLog?rev=1.152&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ark/ChangeLog?rev=1.152&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ark/ChangeLog?r1=1.151&r2=1.152
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog 11 Mar 2010 18:33:41 -0000 1.151
+++ ChangeLog 30 Mar 2010 19:20:28 -0000 1.152
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/ark
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.151 2010/03/11 18:33:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.152 2010/03/30 19:20:28 spatz Exp $
+
+*ark-4.4.2 (30 Mar 2010)
+
+ 30 Mar 2010; Dror Levin <spatz@g.o> +ark-4.4.2.ebuild:
+ Version bump
11 Mar 2010; Brent Baude <ranger@g.o> ark-4.3.5.ebuild:
Marking ark-4.3.5 ppc stable for bug 300393
1.1 kde-base/ark/ark-4.4.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ark/ark-4.4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ark/ark-4.4.2.ebuild?rev=1.1&content-type=text/plain
Index: ark-4.4.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.4.2.ebuild,v 1.1 2010/03/30 19:20:28 spatz Exp $
EAPI="3"
KMNAME="kdeutils"
inherit kde4-meta
DESCRIPTION="KDE Archiving tool"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="+archive +bzip2 debug +handbook lzma zip"
DEPEND="
$(add_kdebase_dep libkonq)
archive? ( >=app-arch/libarchive-2.6.1[bzip2?,lzma?,zlib] )
lzma? ( app-arch/xz-utils )
zip? ( >=dev-libs/libzip-0.8 )
"
RDEPEND="${DEPEND}"
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with archive LibArchive)
$(cmake-utils_use_with bzip2 BZip2)
$(cmake-utils_use_with lzma LibLZMA)
$(cmake-utils_use_with zip LibZip)
)
kde4-meta_src_configure
}
|
|