pinkbyte    14/10/19 11:50:04

  Modified:             ChangeLog
  Added:                fb2edit-0.0.9.ebuild
  Log:
  Version bump, wrt bug #525778
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 0x1F357D42)

Revision  Changes    Path
1.13                 app-editors/fb2edit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fb2edit/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fb2edit/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fb2edit/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/fb2edit/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   16 Jun 2014 11:23:00 -0000      1.12
+++ ChangeLog   19 Oct 2014 11:50:04 -0000      1.13
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/fb2edit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/ChangeLog,v 1.12 
2014/06/16 11:23:00 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/ChangeLog,v 1.13 
2014/10/19 11:50:04 pinkbyte Exp $
+
+*fb2edit-0.0.9 (19 Oct 2014)
+
+  19 Oct 2014; Sergey Popov <[email protected]> +fb2edit-0.0.9.ebuild,
+  +files/fb2edit-0.0.9-fix-compiler-warnings.patch:
+  Version bump, wrt bug #525778
 
   16 Jun 2014; Michael Palimaka <[email protected]> metadata.xml:
   Remove Qt herd.



1.1                  app-editors/fb2edit/fb2edit-0.0.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fb2edit/fb2edit-0.0.9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fb2edit/fb2edit-0.0.9.ebuild?rev=1.1&content-type=text/plain

Index: fb2edit-0.0.9.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/fb2edit-0.0.9.ebuild,v 
1.1 2014/10/19 11:50:04 pinkbyte Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION="a WYSIWYG FictionBook (fb2) editor"
HOMEPAGE="http://fb2edit.lintest.ru/";
SRC_URI="https://github.com/lintest/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

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 )

PATCHES=( "${FILESDIR}/${P}-fix-compiler-warnings.patch" )

src_prepare() {
        # drop -g from CFLAGS
        sed -i -e '/^add_definitions(-W/s/-g//' CMakeLists.txt || die 'sed 
failed'

        cmake-utils_src_prepare
}




Reply via email to