pinkbyte    14/09/23 17:16:12

  Modified:             ChangeLog
  Added:                libyui-gtk-2.44.5.ebuild
  Removed:              libyui-gtk-2.21.96.ebuild
  Log:
  QA: Version bump, drop old, wrt bug #470860
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  Changes    Path
1.2                  x11-libs/libyui-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libyui-gtk/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libyui-gtk/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libyui-gtk/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libyui-gtk/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   15 Aug 2011 09:32:42 -0000      1.1
+++ ChangeLog   23 Sep 2014 17:16:12 -0000      1.2
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/libyui-gtk
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libyui-gtk/ChangeLog,v 1.1 
2011/08/15 09:32:42 miska Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libyui-gtk/ChangeLog,v 1.2 
2014/09/23 17:16:12 pinkbyte Exp $
+
+*libyui-gtk-2.44.5 (23 Sep 2014)
+
+  23 Sep 2014; Sergey Popov <[email protected]> -libyui-gtk-2.21.96.ebuild,
+  +libyui-gtk-2.44.5.ebuild:
+  QA: Version bump, drop old, wrt bug #470860
 
 *libyui-gtk-2.21.96 (15 Aug 2011)
 



1.1                  x11-libs/libyui-gtk/libyui-gtk-2.44.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libyui-gtk/libyui-gtk-2.44.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libyui-gtk/libyui-gtk-2.44.5.ebuild?rev=1.1&content-type=text/plain

Index: libyui-gtk-2.44.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libyui-gtk/libyui-gtk-2.44.5.ebuild,v 1.1 
2014/09/23 17:16:12 pinkbyte Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION="UI abstraction library - GTK plugin"
HOMEPAGE="https://github.com/libyui/libyui-gtk";
SRC_URI="https://github.com/libyui/${PN}/archive/${PN}/master/${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0/6"
KEYWORDS="~amd64 ~x86"

IUSE="static-libs"

RDEPEND="
        x11-libs/gtk+:3
        x11-libs/libyui:${SLOT}
"
# Only Boost headers are needed
DEPEND="${RDEPEND}
        dev-libs/boost"

S="${WORKDIR}/${PN}-${PN}-master-${PV}"

src_prepare() {
        cp "${EPREFIX}/usr/share/libyui/buildtools/CMakeLists.common" 
CMakeLists.txt || die

        # TODO: set proper docs deps and USE flag for building them
        sed -i -e '/SET_AUTODOCS/d' CMakeLists.txt || die 'sed on 
CMakeLists.txt failed'
        sed -i -e 's/src examples/src/' PROJECTINFO.cmake || die 'sed on 
PROJECTINFO.cmake failed'

        cmake-utils_src_prepare
}

src_configure() {
        local mycmakeargs=(
                -DENABLE_EXAMPLES=OFF
                -DENABLE_WERROR=OFF
                -DDOC_DIR="${EPREFIX}/usr/share/doc/${P}"
                -DRESPECT_FLAGS=ON
                $(cmake-utils_use_enable static-libs STATIC)
        )
        cmake-utils_src_configure
}




Reply via email to