public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kcheckpass: ChangeLog kcheckpass-4.1.4.ebuild
@ 2009-01-13 21:23 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-01-13 21:23 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/01/13 21:23:41

  Modified:             ChangeLog
  Added:                kcheckpass-4.1.4.ebuild
  Log:
  Bump kde to 4.1.4
  (Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)

Revision  Changes    Path
1.102                kde-base/kcheckpass/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kcheckpass/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kcheckpass/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kcheckpass/ChangeLog?r1=1.101&r2=1.102

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog	16 Nov 2008 04:46:50 -0000	1.101
+++ ChangeLog	13 Jan 2009 21:23:41 -0000	1.102
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kcheckpass
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.101 2008/11/16 04:46:50 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.102 2009/01/13 21:23:41 alexxy Exp $
+
+*kcheckpass-4.1.4 (13 Jan 2009)
+
+  13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kcheckpass-4.1.4.ebuild:
+  Bump to 4.1.4
 
   15 Nov 2008; Mike Frysinger <vapier@gentoo.org> kcheckpass-4.1.3.ebuild:
   Add ppc/ppc64 love #244306.



1.1                  kde-base/kcheckpass/kcheckpass-4.1.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.1.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.1.4.ebuild?rev=1.1&content-type=text/plain

Index: kcheckpass-4.1.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.1.4.ebuild,v 1.1 2009/01/13 21:23:41 alexxy Exp $

EAPI="2"

KMNAME=kdebase-workspace
inherit kde4-meta

DESCRIPTION="A simple password checker, used by any software in need of user authentication."
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="pam"

DEPEND="pam? ( >=kde-base/kdebase-pam-7
		sys-libs/pam )"
RDEPEND="${DEPEND}"

PATCHES=("${FILESDIR}/kdebase-4.0.2-pam-optional.patch")

src_configure() {
	mycmakeargs="${mycmakeargs}
		$(cmake-utils_use_with pam PAM)"

	kde4-meta_src_configure
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/kcheckpass: ChangeLog kcheckpass-4.1.4.ebuild
@ 2009-02-17 13:04 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-02-17 13:04 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/02/17 13:04:55

  Modified:             ChangeLog
  Removed:              kcheckpass-4.1.4.ebuild
  Log:
  Drop KDE 4.1.4
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.106                kde-base/kcheckpass/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kcheckpass/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kcheckpass/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kcheckpass/ChangeLog?r1=1.105&r2=1.106

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	1 Feb 2009 06:39:38 -0000	1.105
+++ ChangeLog	17 Feb 2009 13:04:55 -0000	1.106
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kcheckpass
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.105 2009/02/01 06:39:38 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.106 2009/02/17 13:04:55 alexxy Exp $
+
+  17 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> -kcheckpass-4.1.4.ebuild:
+  Drop KDE 4.1.4
 
   01 Feb 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
   kcheckpass-4.2.0.ebuild:






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-17 13:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-13 21:23 [gentoo-commits] gentoo-x86 commit in kde-base/kcheckpass: ChangeLog kcheckpass-4.1.4.ebuild Alexey Shvetsov (alexxy)
  -- strict thread matches above, loose matches on Subject: below --
2009-02-17 13:04 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