summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-04-09 12:30:11 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-04-09 12:30:11 +0000
commitd256453cbbb522ccd9f7f07ec4ccfec1594bca5e (patch)
tree63c1522127671ad03fcb84d840357fd7786ab2de /app-text/fbless
parentRemove support for static-libs. Cleaner fix for bug 421603 (diff)
downloadgentoo-2-d256453cbbb522ccd9f7f07ec4ccfec1594bca5e.tar.gz
gentoo-2-d256453cbbb522ccd9f7f07ec4ccfec1594bca5e.tar.bz2
gentoo-2-d256453cbbb522ccd9f7f07ec4ccfec1594bca5e.zip
Revision bump: EAPI 5, port to distutils-r1 eclass, add ~amd64-linux and ~x86-linux keywords. Sync live ebuild
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-text/fbless')
-rw-r--r--app-text/fbless/ChangeLog11
-rw-r--r--app-text/fbless/fbless-0.2.2-r1.ebuild17
-rw-r--r--app-text/fbless/fbless-0.2.2.ebuild19
-rw-r--r--app-text/fbless/fbless-9999.ebuild18
4 files changed, 34 insertions, 31 deletions
diff --git a/app-text/fbless/ChangeLog b/app-text/fbless/ChangeLog
index 13e4c2ed6815..8641ebcddcf1 100644
--- a/app-text/fbless/ChangeLog
+++ b/app-text/fbless/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-text/fbless
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/fbless/ChangeLog,v 1.3 2012/08/30 18:25:29 pinkbyte Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/fbless/ChangeLog,v 1.4 2013/04/09 12:30:11 pinkbyte Exp $
+
+*fbless-0.2.2-r1 (09 Apr 2013)
+
+ 09 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> -fbless-0.2.2.ebuild,
+ +fbless-0.2.2-r1.ebuild, fbless-9999.ebuild:
+ Revision bump: EAPI 5, port to distutils-r1 eclass, add ~amd64-linux and
+ ~x86-linux keywords. Sync live ebuild
30 Aug 2012; Sergey Popov <pinkbyte@gentoo.org> metadata.xml:
Set correct email address, drop proxy-maint herd
diff --git a/app-text/fbless/fbless-0.2.2-r1.ebuild b/app-text/fbless/fbless-0.2.2-r1.ebuild
new file mode 100644
index 000000000000..26b70efd8233
--- /dev/null
+++ b/app-text/fbless/fbless-0.2.2-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/fbless/fbless-0.2.2-r1.ebuild,v 1.1 2013/04/09 12:30:11 pinkbyte Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="ncurses,xml"
+inherit distutils-r1
+
+DESCRIPTION="Python-based console fb2 reader with less-like interface"
+HOMEPAGE="https://github.com/matimatik/fbless"
+SRC_URI="mirror://github/matimatik/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
diff --git a/app-text/fbless/fbless-0.2.2.ebuild b/app-text/fbless/fbless-0.2.2.ebuild
deleted file mode 100644
index aaf34218e581..000000000000
--- a/app-text/fbless/fbless-0.2.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/fbless/fbless-0.2.2.ebuild,v 1.1 2012/07/18 06:11:42 yngwin Exp $
-
-EAPI=4
-PYTHON_COMPAT="python2_7"
-inherit python-distutils-ng
-
-DESCRIPTION="Python-based console fb2 reader with less-like interface"
-HOMEPAGE="https://github.com/matimatik/fbless"
-SRC_URI="mirror://github/matimatik/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lang/python:2.7[ncurses,xml]"
-RDEPEND="${DEPEND}"
diff --git a/app-text/fbless/fbless-9999.ebuild b/app-text/fbless/fbless-9999.ebuild
index ae341b1919df..85c90326be0c 100644
--- a/app-text/fbless/fbless-9999.ebuild
+++ b/app-text/fbless/fbless-9999.ebuild
@@ -1,19 +1,17 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/fbless/fbless-9999.ebuild,v 1.1 2012/07/18 06:11:42 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/fbless/fbless-9999.ebuild,v 1.2 2013/04/09 12:30:11 pinkbyte Exp $
-EAPI=4
-PYTHON_COMPAT="python2_7"
-inherit python-distutils-ng git-2
+EAPI=5
+
+EGIT_REPO_URI="git://github.com/matimatik/fbless.git"
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="ncurses,xml"
+inherit distutils-r1 git-2
DESCRIPTION="Python-based console fb2 reader with less-like interface"
HOMEPAGE="https://github.com/matimatik/fbless"
-EGIT_REPO_URI="git://github.com/matimatik/fbless.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE=""
-
-DEPEND="dev-lang/python:2.7[ncurses,xml]"
-RDEPEND="${DEPEND}"