public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Eray Aslan (eras)" <eras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/kstart: ChangeLog kstart-3.16.ebuild
Date: Sun, 13 Mar 2011 04:15:28 +0000 (UTC)	[thread overview]
Message-ID: <20110313041528.2D48320054@flycatcher.gentoo.org> (raw)

eras        11/03/13 04:15:28

  Modified:             ChangeLog
  Added:                kstart-3.16.ebuild
  Log:
  version bump
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  app-crypt/kstart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kstart/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kstart/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kstart/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/kstart/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	2 Jun 2010 06:45:39 -0000	1.7
+++ ChangeLog	13 Mar 2011 04:15:28 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/kstart
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/kstart/ChangeLog,v 1.7 2010/06/02 06:45:39 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/kstart/ChangeLog,v 1.8 2011/03/13 04:15:28 eras Exp $
+
+*kstart-3.16 (13 Mar 2011)
+
+  13 Mar 2011; Eray Aslan <eras@gentoo.org> +kstart-3.16.ebuild:
+  version bump - #333491
 
   02 Jun 2010; Torsten Veller <tove@gentoo.org> metadata.xml:
   Remove mueli from metadata.xml (#213444)



1.1                  app-crypt/kstart/kstart-3.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kstart/kstart-3.16.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/kstart/kstart-3.16.ebuild?rev=1.1&content-type=text/plain

Index: kstart-3.16.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/kstart/kstart-3.16.ebuild,v 1.1 2011/03/13 04:15:28 eras Exp $

EAPI="2"

inherit eutils

DESCRIPTION="Modified versions of kinit for automatic ticket refresh"
HOMEPAGE="http://www.eyrie.org/~eagle/software/kstart"
SRC_URI="http://archives.eyrie.org/software/kerberos/${P}.tar.gz"

LICENSE="|| ( MIT Stanford ISC )"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="afs"

DEPEND="virtual/krb5"
RDEPEND="$DEPEND
	afs? ( net-fs/openafs )"

src_configure() {
	econf \
		--disable-k4start \
		--enable-reduced-depends \
		"$(use_with afs)" \
		"$(use_with afs aklog)" \
		"$(use_enable afs setpag)"
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
	doman k5start.1 krenew.1 || die
	dodoc README NEWS TODO || die
}






             reply	other threads:[~2011-03-13  4:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-13  4:15 Eray Aslan (eras) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-03-27 18:43 [gentoo-commits] gentoo-x86 commit in app-crypt/kstart: ChangeLog kstart-3.16.ebuild Eray Aslan (eras)
2011-05-01 10:15 Markos Chandras (hwoarang)
2011-05-24  7:49 Thomas Kahle (tomka)
2013-01-16 20:09 Eray Aslan (eras)

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=20110313041528.2D48320054@flycatcher.gentoo.org \
    --to=eras@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