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, 30 Sep 2011 05:55:40 +0000 (UTC)	[thread overview]
Message-ID: <e42bfb5be6a7632982d16d3117c7fceac46d96d8.wim@gentoo> (raw)

commit:     e42bfb5be6a7632982d16d3117c7fceac46d96d8
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Fri Sep 30 05:55:17 2011 +0000
Commit:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
CommitDate: Fri Sep 30 05:55:17 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ltsp.git;a=commit;h=e42bfb5b

kicktoo: Add tftp use flag, curl download support upstream.

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

diff --git a/sys-apps/kicktoo/ChangeLog b/sys-apps/kicktoo/ChangeLog
index 5bc48c7..3449fbf 100644
--- a/sys-apps/kicktoo/ChangeLog
+++ b/sys-apps/kicktoo/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  30 09 2011; Wim Muskee wimmuskee@gmail.com kicktoo-9999.ebuild:
+  Add tftp use flag, curl download support upstream. 
+
 *kicktoo-9999 (28 09 2011)
 
   28 09 2011; Wim Muskee wimmuskee@gmail.com kicktoo-9999.ebuild:

diff --git a/sys-apps/kicktoo/Manifest b/sys-apps/kicktoo/Manifest
index 495f682..8a71cc3 100644
--- a/sys-apps/kicktoo/Manifest
+++ b/sys-apps/kicktoo/Manifest
@@ -1,3 +1,3 @@
-EBUILD kicktoo-9999.ebuild 891 RMD160 58662767d81674cb1ef015bf20cb72c1294d06ab SHA1 90e3d4c45979211d1b07ddfea3e5d84ed8200c0f SHA256 499ad1ea52ef2669708abebfc0794468470842e37e8e188e89ef1e0d5cfd705a
-MISC ChangeLog 230 RMD160 277f55ed97f52935f29a044e8a776a27557ded46 SHA1 f22d9459e597757d07c43bfec37fcee9932372d9 SHA256 777f5e091ae06bc2fdf7c0a7bd4fbffc91c140a8bf38c2c22596d96a1a368dd4
-MISC metadata.xml 308 RMD160 103ab4e82ecc105bea4bb2e2b9e19dc1270895b5 SHA1 ad841358ee15d0173ba354fd6e9b4eef35e450ac SHA256 b41fb6ce536c589ed2e34006ff1af62e8752fbc071a78f4d3ab9ae4f56941551
+EBUILD kicktoo-9999.ebuild 937 RMD160 d102c3e52eb71d9499d5198c95ef83a721dede42 SHA1 f3c7254fcdee5d66cca5ccb133ecf6dcfb9a1aa9 SHA256 8f2e817a7731a6fd1528073afea36480b1c049c2fd53b974694a686d03e7f2b7
+MISC ChangeLog 351 RMD160 b1977a82ace63c4dc6773d9b91ca1a8c4cb30766 SHA1 e04a76e98a06b906ff00561947b6e844ba558199 SHA256 88218486e6f661776dd0fbc5281fef427ea0760bd19435832d46dafb29e859a2
+MISC metadata.xml 393 RMD160 07d67d8660c56510813d06afe84cf0d9d509db54 SHA1 9a2b2cc1e2cd81edf8b4721488640917b44dab8c SHA256 063b2ce1b9c6992e92d4e95e7315a720c5d6b63c45283a8f47801feffcacd32b

diff --git a/sys-apps/kicktoo/kicktoo-9999.ebuild b/sys-apps/kicktoo/kicktoo-9999.ebuild
index 98464e3..5817a63 100644
--- a/sys-apps/kicktoo/kicktoo-9999.ebuild
+++ b/sys-apps/kicktoo/kicktoo-9999.ebuild
@@ -8,13 +8,14 @@ inherit git-2
 
 EGIT_REPO_URI="git://github.com/r1k0/kicktoo.git"
 DESCRIPTION="A Portage based installer/profiler for Gentoo/Funtoo (/Exherbo RIP)"
-HOMEPAGE="http://www.openchill.org"
+HOMEPAGE="https://github.com/r1k0/kicktoo"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
 # making the profiles optional, included by default
 # they are not required for the tool
-IUSE="doc +examples"
+IUSE="doc +examples tftp"
+RDEPEND="tftp? ( net-misc/curl )"
 
 src_install() {
 	ktdir=/usr/share/kicktoo

diff --git a/sys-apps/kicktoo/metadata.xml b/sys-apps/kicktoo/metadata.xml
index 5565ff4..d68fb6e 100644
--- a/sys-apps/kicktoo/metadata.xml
+++ b/sys-apps/kicktoo/metadata.xml
@@ -6,7 +6,11 @@
     <maintainer>
 	<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:[~2011-09-30  5:55 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-30  5:55 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
2012-03-23 16:58 Wim Muskee
2011-09-30 14:44 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=e42bfb5be6a7632982d16d3117c7fceac46d96d8.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