public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Wim Muskee" <wimmuskee@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/ltsp:master commit in: sys-apps/kicktoo/
Date: Fri, 23 Mar 2012 16:58:12 +0000 (UTC)	[thread overview]
Message-ID: <1332521873.ac59710059eaac1e20b0bc46659fe60759ee1864.wim@gentoo> (raw)

commit:     ac59710059eaac1e20b0bc46659fe60759ee1864
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Fri Mar 23 16:57:53 2012 +0000
Commit:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
CommitDate: Fri Mar 23 16:57:53 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ltsp.git;a=commit;h=ac597100

kicktoo: deps on new USE crypt

---
 sys-apps/kicktoo/ChangeLog           |    5 ++++-
 sys-apps/kicktoo/Manifest            |    6 +++---
 sys-apps/kicktoo/kicktoo-9999.ebuild |   13 ++++++++++---
 sys-apps/kicktoo/metadata.xml        |    8 +-------
 4 files changed, 18 insertions(+), 14 deletions(-)

diff --git a/sys-apps/kicktoo/ChangeLog b/sys-apps/kicktoo/ChangeLog
index 1a2254f..9c05f2a 100644
--- a/sys-apps/kicktoo/ChangeLog
+++ b/sys-apps/kicktoo/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sys-apps/kicktoo
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 03 2012; Wim Muskee wimmuskee@gmail.com kicktoo-9999.ebuild:
+  Add rdeps for new USE crypt, remove tftp use, dep on curl by default.
+
   30 09 2011; Wim Muskee wimmuskee@gmail.com kicktoo-9999.ebuild:
   Add rdep on parted.
 

diff --git a/sys-apps/kicktoo/Manifest b/sys-apps/kicktoo/Manifest
index 10c2acd..00e95bc 100644
--- a/sys-apps/kicktoo/Manifest
+++ b/sys-apps/kicktoo/Manifest
@@ -1,3 +1,3 @@
-EBUILD kicktoo-9999.ebuild 955 RMD160 aa9fa0d185410eda290f58e0aed36dde52b1a3fd SHA1 e0d2f7187c2db9784058e3ecd1e02363488018d9 SHA256 ad49b218f8f3504e3a4f2b7ae979e72473d5c49b4b565c74763fbd46e9e75875
-MISC ChangeLog 440 RMD160 fff059945d9586e81402a0c27eb844f418ad07f7 SHA1 82185cf321ed8807b8cb126a9c9ea0df7e94a5de SHA256 0e32c7ce304a60ec3d851f3f211e6b142b17d5f254f083fae37f3569cf34212f
-MISC metadata.xml 393 RMD160 07d67d8660c56510813d06afe84cf0d9d509db54 SHA1 9a2b2cc1e2cd81edf8b4721488640917b44dab8c SHA256 063b2ce1b9c6992e92d4e95e7315a720c5d6b63c45283a8f47801feffcacd32b
+EBUILD kicktoo-9999.ebuild 1062 RMD160 3f7ce4c6f44e1122722532c0435173af44947b2a SHA1 9a12fcad76bdc772d9901b25a418530a45063d8b SHA256 0ef14bb2d8385c786dcc04164c572bcfe24023bce8d3f2b60cb735fdc53c66ea
+MISC ChangeLog 579 RMD160 0105cf996b4a0db187d8590df1a746f956bb05bf SHA1 f04a6869d85ceb802be4fc76507e54468250e9a7 SHA256 3ff970ce31f7a325f048c5b8fc4a3b84acf3a7a64e3a9ce799105dc0faa06464
+MISC metadata.xml 302 RMD160 1be96893ead419114202fda09d6ecca0684063c1 SHA1 6afeec61bd316895df480c8cfb7b23323a00bfff SHA256 a72ebbf3acf77d53709e09341f4c910dd6bd24c5b52d1515976d93ea8a600cca

diff --git a/sys-apps/kicktoo/kicktoo-9999.ebuild b/sys-apps/kicktoo/kicktoo-9999.ebuild
index fb31066..0285842 100644
--- a/sys-apps/kicktoo/kicktoo-9999.ebuild
+++ b/sys-apps/kicktoo/kicktoo-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -14,9 +14,16 @@ SLOT="0"
 KEYWORDS=""
 # making the profiles optional, included by default
 # they are not required for the tool
-IUSE="doc +examples tftp"
+IUSE="crypt doc +examples"
 RDEPEND="sys-block/parted
-	tftp? ( net-misc/curl )"
+	net-misc/curl
+	crypt? (
+		dev-libs/libgcrypt
+		dev-libs/popt
+		dev-libs/libgpg-error
+		sys-apps/util-linux
+		sys-fs/cryptsetup
+	)"
 
 src_install() {
 	ktdir=/usr/share/kicktoo

diff --git a/sys-apps/kicktoo/metadata.xml b/sys-apps/kicktoo/metadata.xml
index d68fb6e..a81143c 100644
--- a/sys-apps/kicktoo/metadata.xml
+++ b/sys-apps/kicktoo/metadata.xml
@@ -2,15 +2,9 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<herd>no-herd</herd>
-	
     <maintainer>
-	<email></email>
+		<email></email>
     </maintainer>
-
-    <use>
-        <flag name='tftp'>Add support for TFTP downloading.</flag>
-    </use>
-
     <upstream>
 		<bugs-to>https://github.com/r1k0/kicktoo/issues</bugs-to>
 	</upstream>



             reply	other threads:[~2012-03-23 16:58 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-23 16:58 Wim Muskee [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-04-22 13:37 [gentoo-commits] proj/ltsp:master commit in: sys-apps/kicktoo/ Wim Muskee
2013-03-11 10:00 Wim Muskee
2013-02-09  9:51 Wim Muskee
2013-01-09 19:50 Wim Muskee
2012-08-05  8:04 Wim Muskee
2012-08-02 19:03 Wim Muskee
2012-07-27 12:59 Wim Muskee
2012-06-21 16:05 Wim Muskee
2012-05-08 14:54 Wim Muskee
2012-04-15  9:51 Wim Muskee
2012-03-31 12:08 Wim Muskee
2012-03-25 19:25 Wim Muskee
2011-09-30 14:44 Wim Muskee
2011-09-30  5:55 Wim Muskee
2011-09-28 18:44 Wim Muskee

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=1332521873.ac59710059eaac1e20b0bc46659fe60759ee1864.wim@gentoo \
    --to=wimmuskee@gmail.com \
    --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