public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-editors/fb2edit/
@ 2016-03-09  6:10 Sergey Popov
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Popov @ 2016-03-09  6:10 UTC (permalink / raw
  To: gentoo-commits

commit:     1be1c76dac1919d3e02a7a415162034f41df4013
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 06:09:01 2016 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 06:09:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be1c76d

app-editors/fb2edit-0.0.9: stable on amd64 and x86

Gentoo-Bug: 499570

Package-Manager: portage-2.2.26

 app-editors/fb2edit/fb2edit-0.0.9.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/fb2edit/fb2edit-0.0.9.ebuild b/app-editors/fb2edit/fb2edit-0.0.9.ebuild
index 333147d..9b7b164 100644
--- a/app-editors/fb2edit/fb2edit-0.0.9.ebuild
+++ b/app-editors/fb2edit/fb2edit-0.0.9.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit cmake-utils
 
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/lintest/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="dev-libs/libxml2
 	dev-qt/qtcore:4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-editors/fb2edit/
@ 2016-03-09  6:10 Sergey Popov
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Popov @ 2016-03-09  6:10 UTC (permalink / raw
  To: gentoo-commits

commit:     6cf139ae5b56b52161928c2d3823d3596a5c1ec2
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 06:09:21 2016 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 06:09:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf139ae

app-editors/fb2edit: drop old version

Package-Manager: portage-2.2.26

 app-editors/fb2edit/Manifest             |  1 -
 app-editors/fb2edit/fb2edit-0.0.8.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/app-editors/fb2edit/Manifest b/app-editors/fb2edit/Manifest
index 0f480ed..749d7a4 100644
--- a/app-editors/fb2edit/Manifest
+++ b/app-editors/fb2edit/Manifest
@@ -1,2 +1 @@
-DIST fb2edit-0.0.8.tar.bz2 222684 SHA256 f6f6fe21fb8651f8aaff12bfd923257dab17e64a47557669a2ad93ce22c8ed89 SHA512 05b79c5c7965af410fda335fc6fe2612f541c8bae6241c115affdd33b9375bba5710e689933f1745dbf2c132896a843e532bf62c079f0d646f97bedd0e81a572 WHIRLPOOL 993558bdab1a66295c5189e1c05886caa3e590a9779be876ad6d6f46b11958ff53e2e3db50c018ee63c20e9b2108308c03eb5b5a83f54badf93d99f16b94d1e0
 DIST fb2edit-0.0.9.tar.gz 242568 SHA256 6d64fe1597911170d6d6d59d4b36d406a9389a37c2ef5c68051176bf6f45f181 SHA512 a51eb9e7c7f70d55dc1eb06f4f7e03a031ce229570ee9620f6299cac6c2b435c8bcd702def7a50783055c066227d77b5c235f2bba231b328831b4666cc0f61b9 WHIRLPOOL 2f4ab29352318211c36fe1bfd739d69633f31ec0ce0c0a2edf4dac7965896074900f8c5b840943d900a5ff12d6cc3a819a19f7ea77201465446f17dcc9aba8cb

diff --git a/app-editors/fb2edit/fb2edit-0.0.8.ebuild b/app-editors/fb2edit/fb2edit-0.0.8.ebuild
deleted file mode 100644
index 4488bb4..0000000
--- a/app-editors/fb2edit/fb2edit-0.0.8.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="a WYSIWYG FictionBook (fb2) editor"
-HOMEPAGE="http://fb2edit.lintest.ru/"
-SRC_URI="http://fb2edit.lintest.ru/pub/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-libs/libxml2
-	dev-qt/qtcore:4
-	dev-qt/qtgui:4
-	dev-qt/qtwebkit:4
-	dev-qt/qtxmlpatterns:4"
-RDEPEND="${DEPEND}
-	x11-themes/hicolor-icon-theme"
-
-DOCS=( AUTHORS README )
-
-src_prepare() {
-	# drop -g from CFLAGS
-	sed -i -e '/^add_definitions(-W/s/-g//' CMakeLists.txt || die 'sed failed'
-
-	cmake-utils_src_prepare
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-09  6:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-09  6:10 [gentoo-commits] repo/gentoo:master commit in: app-editors/fb2edit/ Sergey Popov
  -- strict thread matches above, loose matches on Subject: below --
2016-03-09  6:10 Sergey Popov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox