summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2012-12-21 19:41:59 +0000
committerThomas Sachau <tommy@gentoo.org>2012-12-21 19:41:59 +0000
commitd3af0ec38693d99f7270f51cd23f3a74c8a85f20 (patch)
tree2836c8ec649d9277c5a127a676e26c6948cba3d8 /dev-libs/eet
parentVersion bump, drop old (diff)
downloadgentoo-2-d3af0ec38693d99f7270f51cd23f3a74c8a85f20.tar.gz
gentoo-2-d3af0ec38693d99f7270f51cd23f3a74c8a85f20.tar.bz2
gentoo-2-d3af0ec38693d99f7270f51cd23f3a74c8a85f20.zip
Version bump, drop old
(Portage version: 2.2.0_alpha149-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'dev-libs/eet')
-rw-r--r--dev-libs/eet/ChangeLog8
-rw-r--r--dev-libs/eet/eet-1.7.2.ebuild67
-rw-r--r--dev-libs/eet/eet-1.7.4.ebuild (renamed from dev-libs/eet/eet-1.7.3.ebuild)3
3 files changed, 9 insertions, 69 deletions
diff --git a/dev-libs/eet/ChangeLog b/dev-libs/eet/ChangeLog
index a8414a729891..506aed677953 100644
--- a/dev-libs/eet/ChangeLog
+++ b/dev-libs/eet/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/eet
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/eet/ChangeLog,v 1.24 2012/12/08 13:03:53 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eet/ChangeLog,v 1.25 2012/12/21 19:41:59 tommy Exp $
+
+*eet-1.7.4 (21 Dec 2012)
+
+ 21 Dec 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> -eet-1.7.2.ebuild,
+ -eet-1.7.3.ebuild, +eet-1.7.4.ebuild:
+ Version bump, drop old
*eet-1.7.3 (08 Dec 2012)
diff --git a/dev-libs/eet/eet-1.7.2.ebuild b/dev-libs/eet/eet-1.7.2.ebuild
deleted file mode 100644
index 20e0f50b482c..000000000000
--- a/dev-libs/eet/eet-1.7.2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/eet/eet-1.7.2.ebuild,v 1.1 2012/11/23 14:49:03 tommy Exp $
-
-EAPI=2
-
-inherit enlightenment
-
-DESCRIPTION="E file chunk reading/writing library"
-HOMEPAGE="http://trac.enlightenment.org/e/wiki/Eet"
-SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
-
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="debug examples gnutls ssl static-libs test"
-
-RDEPEND=">=dev-libs/eina-1.7.0
- virtual/jpeg
- sys-libs/zlib
- gnutls? ( net-libs/gnutls )
- !gnutls? ( ssl? ( dev-libs/openssl ) )"
-DEPEND="${RDEPEND}
- test? ( dev-libs/check
- dev-util/lcov )"
-
-src_configure() {
- local SSL_FLAGS=""
-
- if use gnutls; then
- if use ssl; then
- ewarn "You have enabled both 'ssl' and 'gnutls', so we will use"
- ewarn "gnutls and not openssl for cipher and signature support"
- fi
- SSL_FLAGS="
- --enable-cipher
- --enable-signature
- --disable-openssl
- --enable-gnutls"
- elif use ssl; then
- SSL_FLAGS="
- --enable-cipher
- --enable-signature
- --enable-openssl
- --disable-gnutls"
- else
- SSL_FLAGS="
- --disable-cipher
- --disable-signature
- --disable-openssl
- --disable-gnutls"
- fi
-
- export MY_ECONF="
- $(use_enable debug assert)
- $(use_enable doc)
- $(use_enable test tests)
- ${SSL_FLAGS}
- ${MY_ECONF}"
-
- enlightenment_src_configure
-}
-
-src_install() {
- enlightenment_src_install
- rm -r src/examples/Makefile* || die
- docinto examples
- dodoc src/examples/* || die
-}
diff --git a/dev-libs/eet/eet-1.7.3.ebuild b/dev-libs/eet/eet-1.7.4.ebuild
index daa87ad8cabf..b76dfe24def8 100644
--- a/dev-libs/eet/eet-1.7.3.ebuild
+++ b/dev-libs/eet/eet-1.7.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/eet/eet-1.7.3.ebuild,v 1.1 2012/12/08 13:03:53 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eet/eet-1.7.4.ebuild,v 1.1 2012/12/21 19:41:59 tommy Exp $
EAPI=2
@@ -10,6 +10,7 @@ DESCRIPTION="E file chunk reading/writing library"
HOMEPAGE="http://trac.enlightenment.org/e/wiki/Eet"
SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
+LICENSE="BSD-2"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="debug examples gnutls ssl static-libs test"