From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: net-im/ekg2/
Date: Fri, 1 Jul 2011 13:21:42 +0000 (UTC) [thread overview]
Message-ID: <94225a8a43dcca6c55bea5561c3ff4b626e60506.mgorny@gentoo> (raw)
commit: 94225a8a43dcca6c55bea5561c3ff4b626e60506
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 1 13:17:03 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 1 13:21:42 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=94225a8a
net-im/ekg2: Transform into a mixed-mode ebuild.
(Portage version: 2.2.0_alpha41_p36/git/Linux x86_64, signed Manifest commit with key 42B9401D)
---
net-im/ekg2/Manifest | 12 +++++++-----
net-im/ekg2/ekg2-9999.ebuild | 17 ++++++++++++++---
2 files changed, 21 insertions(+), 8 deletions(-)
diff --git a/net-im/ekg2/Manifest b/net-im/ekg2/Manifest
index 14693a8..29bc8fc 100644
--- a/net-im/ekg2/Manifest
+++ b/net-im/ekg2/Manifest
@@ -1,12 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
+Hash: SHA256
-EBUILD ekg2-9999.ebuild 2510 RMD160 e804860697e49cca29d734c66778e04c7837b35d SHA1 9ca6303511495c6745623a70677cfd99d1913beb SHA256 9b791d13482c0abb815348acf6336f1a6d3682c7fe7cefef2523f77e06147193
+EBUILD ekg2-9999.ebuild 2633 RMD160 b6742d156955a2de67c84c0d2a0769d651c9c9cb SHA1 936656cebed01f2a37c6eed1153e0e0f65e91853 SHA256 61ee9218c7a07218b0a9b676d10e7b3bb401898bd22df88063dbb1b4c2c545b1
MISC metadata.xml 835 RMD160 532d1295c8221034620e4207ba4196f5a96e9aa9 SHA1 b58bb25630c0a6234e960d24f3bfa52f9a4c3b95 SHA256 2dc952bef9ab47c777f6cf43b997e5ec7c4416096ff39e9fcfb23775590a0ad2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iEYEARECAAYFAk3ECbMACgkQnGSe5QXeB7tfAQCfenWRqcJ7fGJ52qCHN4pkNjxu
-TioAoJ/tKitk7kkxSQ32IpebKTytIoH8
-=uqfS
+iJwEAQEIAAYFAk4NyM8ACgkQfXuS5UK5QB1NUAP/VkQfrSWIUyhtGUFvfeKZKIQn
+qRRI8JvjOgvhcFE0UaNR4CdbB7WtaV9aUe4j7rLhP1mQP5WM99n9u9RtyQi4PUVI
+zi8qvobOOvmSL2/yuY3t22euVh17YeDeKXNY4zIeM51gmoBKfMf5Bhpg12ynIkYc
+g37nr3tNrDUdShEjiiI=
+=o+dk
-----END PGP SIGNATURE-----
diff --git a/net-im/ekg2/ekg2-9999.ebuild b/net-im/ekg2/ekg2-9999.ebuild
index f3dc168..4691718 100644
--- a/net-im/ekg2/ekg2-9999.ebuild
+++ b/net-im/ekg2/ekg2-9999.ebuild
@@ -3,17 +3,21 @@
# $Header: $
EAPI=3
+inherit autotools-utils
+
+#if LIVE
EGIT_REPO_URI="git://github.com/leafnode/${PN}.git
http://github.com/leafnode/${PN}.git"
-inherit autotools autotools-utils git-2
+inherit autotools git-2
+#endif
DESCRIPTION="Text-based, multi-protocol instant messenger"
HOMEPAGE="http://www.ekg2.org"
-SRC_URI=""
+SRC_URI="http://pl.ekg2.org/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="gadu gpm gpg gtk inotify minimal ncurses nls nntp openssl
perl python readline rss spell sqlite sqlite2 ssl xmpp unicode zlib"
@@ -48,6 +52,11 @@ DOCS=(
docs/ui-ncurses.txt docs/ui-ncurses-en.txt
)
+#if LIVE
+KEYWORDS=
+SRC_URI=
+#endif
+
pkg_setup() {
if ! use gtk && ! use ncurses && ! use readline; then
ewarn 'ekg2 is being compiled without any frontend, you should consider'
@@ -56,11 +65,13 @@ pkg_setup() {
fi
}
+#if LIVE
src_prepare() {
autotools-utils_src_prepare
eautopoint
eautoreconf
}
+#endif
src_configure() {
myeconfargs=(
next reply other threads:[~2011-07-01 13:22 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-01 13:21 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-11-30 22:55 [gentoo-commits] dev/mgorny:master commit in: net-im/ekg2/ Michał Górny
2011-05-06 14:54 Michał Górny
2011-04-24 18:14 Michał Górny
2011-04-16 7:17 Michał Górny
2011-04-15 21:42 Michał Górny
2011-04-15 21:42 Michał Górny
2011-04-15 21:09 Michał Górny
2011-04-08 18:25 Michał Górny
2011-03-27 9:36 Michał Górny
2011-03-07 0:30 Michał Górny
2011-02-15 14:41 Michał Górny
2011-02-07 18:12 Michał Górny
2011-02-07 18:12 Michał Górny
2011-02-06 21:59 Michał Górny
2011-02-06 21:59 Michał Górny
2011-02-06 12:14 Michał Górny
2011-02-05 12:30 Michał Górny
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=94225a8a43dcca6c55bea5561c3ff4b626e60506.mgorny@gentoo \
--to=mgorny@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