From: "Wim Muskee" <wimmuskee@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/ltsp:master commit in: sys-apps/kicktoo/
Date: Tue, 8 May 2012 14:54:39 +0000 (UTC) [thread overview]
Message-ID: <1336488315.5ec118300206f33dbac2f6df5adebccd3e8dfd25.wim@gentoo> (raw)
commit: 5ec118300206f33dbac2f6df5adebccd3e8dfd25
Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Tue May 8 14:45:15 2012 +0000
Commit: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
CommitDate: Tue May 8 14:45:15 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ltsp.git;a=commit;h=5ec11830
kicktoo: 0.4.2 stable for amd64 and x86
---
sys-apps/kicktoo/ChangeLog | 3 ++
sys-apps/kicktoo/Manifest | 5 +--
sys-apps/kicktoo/kicktoo-0.4.1.ebuild | 53 ---------------------------------
sys-apps/kicktoo/kicktoo-0.4.2.ebuild | 2 +-
4 files changed, 6 insertions(+), 57 deletions(-)
diff --git a/sys-apps/kicktoo/ChangeLog b/sys-apps/kicktoo/ChangeLog
index 6d5b88a..aba090c 100644
--- a/sys-apps/kicktoo/ChangeLog
+++ b/sys-apps/kicktoo/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 05 2012; Wim Muskee wimmuskee@gmail.com kicktoo-0.4.2.ebuild:
+ Stable for amd64 and x86.
+
*kicktoo-0.4.2 (15 04 2012)
15 04 2012; Wim Muskee wimmuskee@gmail.com kicktoo-0.4.2.ebuild:
diff --git a/sys-apps/kicktoo/Manifest b/sys-apps/kicktoo/Manifest
index dd9d130..82108a2 100644
--- a/sys-apps/kicktoo/Manifest
+++ b/sys-apps/kicktoo/Manifest
@@ -1,4 +1,3 @@
-EBUILD kicktoo-0.4.1.ebuild 1095 RMD160 a2669d639c5561494996611b6c5063a40eaea9d1 SHA1 f71ea48e91a4d94b651dac011676752dc877f777 SHA256 d7965d0142e93bcf123c8071c57e31d8fbd053e1ed1c382572a10782fda42691
-EBUILD kicktoo-0.4.2.ebuild 1209 RMD160 0e594406978d2651f13447155b80a1832fdea7e3 SHA1 936726211935ad433686d92152d4dd5487ca5778 SHA256 c1570158710ec5613d6bfc41bd62711cb3676ab621d0ca9db9b8a74eafee4cb5
-MISC ChangeLog 938 RMD160 6d4d06c9d12e76645ec4e93fb22238978e0dba3f SHA1 ba818bcdfe2d56d9112bfeda67ea465e30f8ba8e SHA256 317a13a6af4558b0d3c3462524a2ef276124f71b2f04a2206e3b9ec544e4a10c
+EBUILD kicktoo-0.4.2.ebuild 1207 RMD160 f0e17c58aeb941af1017317199f5c37b3c19a1ca SHA1 2bb78a48ca591f376fe8afe43cb0dfbbecdb7d40 SHA256 c79a57d54a968b1c44e16283cdf16adbf9fd394cf5a7ca0fa596781cd357aab7
+MISC ChangeLog 1034 RMD160 2ebb1effd48d2e8ca8c63069fbe81f5900c97f44 SHA1 f813e983cf6ad9edc83734602776b81a22d63e66 SHA256 345e05c19afc6fb187ffccc2a26fa304463db9060288b240773b9358bb28e611
MISC metadata.xml 382 RMD160 7d0454eadd2e9753a6333c15e38ac99789cc96a5 SHA1 d18cc8ace105794a16037ca03146220127233b44 SHA256 fc0543d621cee14dbdb91a2003b86b803966ab496252752130f99056c2887c83
diff --git a/sys-apps/kicktoo/kicktoo-0.4.1.ebuild b/sys-apps/kicktoo/kicktoo-0.4.1.ebuild
deleted file mode 100644
index ed52258..0000000
--- a/sys-apps/kicktoo/kicktoo-0.4.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="1"
-
-inherit git-2
-
-EGIT_REPO_URI="git://github.com/r1k0/kicktoo.git"
-EGIT_COMMIT="db63ebc"
-DESCRIPTION="A Portage based installer/profiler for Gentoo/Funtoo (/Exherbo RIP)"
-HOMEPAGE="https://github.com/r1k0/kicktoo"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# making the profiles optional, included by default
-# they are not required for the tool
-IUSE="crypt doc +examples"
-RDEPEND="sys-block/parted
- 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
-
- insinto ${ktdir}/modules
- doins modules/*
-
- dobin kicktoo
- newbin daemon/kicktood.pl kicktood
-
- if use doc; then
- dodoc README
- dodoc TODO
- newdoc profiles/config.txt profile-config.txt
- fi
-
- if use examples; then
- insinto ${ktdir}/kbin
- doins kbin/*
- insinto ${ktdir}/kconfig
- doins kconfig/*
- insinto ${ktdir}/profiles
- rm profiles/config.txt
- doins -r profiles/*
- fi
-}
diff --git a/sys-apps/kicktoo/kicktoo-0.4.2.ebuild b/sys-apps/kicktoo/kicktoo-0.4.2.ebuild
index 017ea8a..c0ebfec 100644
--- a/sys-apps/kicktoo/kicktoo-0.4.2.ebuild
+++ b/sys-apps/kicktoo/kicktoo-0.4.2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="A Portage based installer/profiler for Gentoo/Funtoo (/Exherbo RIP)
HOMEPAGE="https://github.com/r1k0/kicktoo"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
# making the profiles optional, included by default
# they are not required for the tool
IUSE="crypt doc +examples server"
next reply other threads:[~2012-05-08 14:54 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-08 14:54 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-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-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=1336488315.5ec118300206f33dbac2f6df5adebccd3e8dfd25.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