]> Pileus Git - ~andy/sunrise/commitdiff
net-im/ekg2: Version bump for new snapshot.
authorMichał Górny <mgorny@gentoo.org>
Thu, 1 Jul 2010 09:06:11 +0000 (09:06 +0000)
committerMichał Górny <mgorny@gentoo.org>
Thu, 1 Jul 2010 09:06:11 +0000 (09:06 +0000)
svn path=/sunrise/; revision=10852

net-im/ekg2/ChangeLog
net-im/ekg2/Manifest
net-im/ekg2/ekg2-0.3_pre20100701.ebuild [moved from net-im/ekg2/ekg2-0.3_pre20100213.ebuild with 93% similarity]

index bba77070418e467e20bdee06edfbff2dc9be77a8..d3be6ebb54312247f54a01b2d41e2899c13636de 100644 (file)
@@ -2,6 +2,12 @@
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*ekg2-0.3_pre20100701 (01 Jul 2010)
+
+  01 Jul 2010; Michał Górny (sedzimir) <mgorny.3ehbo@mailnull.com>
+  -ekg2-0.3_pre20100213.ebuild, +ekg2-0.3_pre20100701.ebuild:
+  Version bump for new snapshot.
+
   27 Jun 2010; Michał Górny (sedzimir) <mgorny.3ehbo@mailnull.com>
   ekg2-0.3_pre20100213.ebuild:
   Update SRC_URI.
index 3db276cd075b2ddbd8737e327e46346952bbddec..0a97b6cf68bf4a1aeec820a0d52ede957a18b8a0 100644 (file)
@@ -1,5 +1,5 @@
-DIST ekg2-20100213-scons.tar.lzma 779185 RMD160 d931844c5265241d95681cd08a229835cee6b514 SHA1 0d5f9b8292e2b344a800ffbed435a87cd94947df SHA256 b0f7d1b4d0d2f57db8bee23527db547fd155a9ed44ee815d3f222498e4453468
-EBUILD ekg2-0.3_pre20100213.ebuild 6403 RMD160 8353bf06cbbb7cc325ae7215a09958954fe573fd SHA1 93b342f151de3b391638de8e340b54d5748cdc38 SHA256 3146f99415ca2401ec368ee97a6fc8fd427bd5f7e79cb7c5d418305954fd090b
+DIST ekg2-0.3_pre20100701.tar.lzma 782392 RMD160 780700304993ab4c5b41877b634db623dfa897cf SHA1 36be46cc5f9d373df22c3a8413629c0844fb79db SHA256 25f16b6313a8dda4c8dd24cddacb4f683c331e4016b4faacb18dcdde1751591f
+EBUILD ekg2-0.3_pre20100701.ebuild 6521 RMD160 38b5ac0bdac8793faf1dcf118b76b541fe1cb12b SHA1 88f4e6b875968672a0d9704bbf05d709dbb70e01 SHA256 341e4dc8eeb0e35b71633c5c7021f23c1371e4ce59f096876bd6aec0c278c0d2
 EBUILD ekg2-9999.ebuild 6487 RMD160 2f100948a500778f132f1b8fb13bdc1a2f803aba SHA1 10732264ae0cedbe4306cc99d83281572b807c26 SHA256 b0045943a51bdfc296a9f8e4d73357656962ae8ca81eeaec2632f769d0b3ac5f
-MISC ChangeLog 2370 RMD160 582b75b23e98b8ca193da584f382b2ac7f39bfa8 SHA1 0dfc68753ac779da9ae1dbe46765b580f86a4f0f SHA256 49057a1f6cbf9c219789caf3d32a8e430db99193f437b10a2d4dc88336456294
+MISC ChangeLog 2572 RMD160 811b0b4c2e13f1a578c76f1f9d4e0e1e45a453ef SHA1 e4e4940720460cafbf3b5c728c8ebf439452a8a5 SHA256 73a6c837de6d040ce5576f63845672e4073d5608d2d33034e8ce9ebf61440ebd
 MISC metadata.xml 2477 RMD160 527a26a8873a31a234dc7d3b4945808476915d7d SHA1 0525ad08f1076482e8757a9aae175d2adf20cd20 SHA256 9e9c9f591c32f7e84c9a1c1868888e69d2bc840a2999371bbe22f0ae0d28e2e5
similarity index 93%
rename from net-im/ekg2/ekg2-0.3_pre20100213.ebuild
rename to net-im/ekg2/ekg2-0.3_pre20100701.ebuild
index a5324f50874504080851336f55539edbe22fadc1..6a82d1d8a60cd07baa636cd8e2fffa383e336f0d 100644 (file)
@@ -2,15 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=2
 
-inherit multilib perl-module
-
-MY_P="${PN}-${PV#*_pre}-scons"
+inherit flag-o-matic multilib perl-module
 
 DESCRIPTION="Text-based, multi-protocol instant messenger"
 HOMEPAGE="http://www.ekg2.org"
-SRC_URI="http://qwpx.net/~mgorny/${PN}/${MY_P}.tar.lzma"
+SRC_URI="http://qwpx.net/~mgorny/${PN}-scons/${P}.tar.lzma"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -61,14 +59,15 @@ DEPEND="dev-util/scons
        || ( app-arch/xz-utils app-arch/lzma-utils )
        ${RDEPEND}"
 
-S=${WORKDIR}/${MY_P}
-
 pkg_setup() {
        if ! use gtk && ! use ncurses && ! use readline && ! use remote && ! use web; then
                ewarn 'ekg2 is being compiled without any frontend, you should consider'
                ewarn 'enabling at least one of following USEflags:'
                ewarn '  gtk, ncurses, readline, remote, web.'
        fi
+
+       # workaround for largefile-enabled gpgme (bug #302097)
+       use gpg && has_version '>=app-crypt/gpgme-1.2' && append-flags -D_FILE_OFFSET_BITS=64
 }
 
 use_plug() {
@@ -196,11 +195,12 @@ src_configure() {
        # DISTNOTES -> are displayed with /version, helpful for upstream bug reports
 
        scons PLUGINS=$(build_plugin_list) $(build_addopts_list) \
-               HARDDEPS=1 SKIPCHECKS=1 $(use_var unicode) $(use_var nls) \
-               $(use_var static) $(use_var idn) $(use_var srv RESOLV) \
+               HARDDEPS=1 SKIPCHECKS=1 RELPLUGINS=0 \
+               $(use_var unicode) $(use_var nls) $(use_var static) \
+               $(use_var idn) $(use_var srv RESOLV) \
                PREFIX=/usr LIBDIR="\$EPREFIX/$(get_libdir)" \
                DOCDIR="\$DATAROOTDIR/doc/${PF}" \
-               DISTNOTES="emdzientoo ebuild ${PVR}, USE=${USE}" \
+               DISTNOTES="Sunrise ebuild ${PVR}, USE=${USE}" \
                ${MAKEOPTS} conf || die "scons conf failed"
 
        foreach_perl_module perl-module_src_configure