Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/smack/
Date: Sun, 29 Jan 2017 10:31:50
Message-Id: 1485685898.25fc91f6104f30afcc3662d635fb240abd1b12fa.johu@gentoo
1 commit: 25fc91f6104f30afcc3662d635fb240abd1b12fa
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 10:31:25 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 10:31:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25fc91f6
7
8 dev-libs/smack: EAPI 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-libs/smack/smack-0.5.0.ebuild | 9 +++++----
13 1 file changed, 5 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-libs/smack/smack-0.5.0.ebuild b/dev-libs/smack/smack-0.5.0.ebuild
16 index 0915ebc..4c3aa62 100644
17 --- a/dev-libs/smack/smack-0.5.0.ebuild
18 +++ b/dev-libs/smack/smack-0.5.0.ebuild
19 @@ -1,14 +1,15 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=4
26 +EAPI=6
27 +
28 +inherit cmake-utils
29 +
30 DESCRIPTION="low-level IO storage which packs data into sorted compressed blobs"
31 HOMEPAGE="http://reverbrain.com/smack/"
32 SRC_URI="https://dev.gentoo.org/~patrick/${P}.tar.bz2"
33
34 -inherit eutils cmake-utils
35 -
36 LICENSE="GPL-2+"
37 SLOT="0"
38 KEYWORDS="~amd64 ~x86"