kensington    14/06/23 07:43:49

  Modified:             ChangeLog
  Added:                andromeda-0.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.5                  x11-misc/andromeda/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/andromeda/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/andromeda/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/andromeda/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/andromeda/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   2 Mar 2013 23:47:01 -0000       1.4
+++ ChangeLog   23 Jun 2014 07:43:49 -0000      1.5
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/andromeda
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/ChangeLog,v 1.4 
2013/03/02 23:47:01 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/ChangeLog,v 1.5 
2014/06/23 07:43:49 kensington Exp $
+
+*andromeda-0.3 (23 Jun 2014)
+
+  23 Jun 2014; Michael Palimaka <[email protected]> +andromeda-0.3.ebuild:
+  Version bump.
 
   02 Mar 2013; Markos Chandras <[email protected]> andromeda-0.2.1.ebuild:
   Move Qt dependencies to the new category



1.1                  x11-misc/andromeda/andromeda-0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/andromeda/andromeda-0.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/andromeda/andromeda-0.3.ebuild?rev=1.1&content-type=text/plain

Index: andromeda-0.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/andromeda/andromeda-0.3.ebuild,v 
1.1 2014/06/23 07:43:49 kensington Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION="Qt4-based filemanager"
HOMEPAGE="https://gitorious.org/andromeda/pages/Home";
SRC_URI="https://gitorious.org/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE="pdf"

RDEPEND=">=dev-qt/qtcore-4.8.0:4
        >=dev-qt/qtdbus-4.8.0:4
        >=dev-qt/qtgui-4.8.0:4
        >=dev-qt/qtopengl-4.8.0:4
        >=dev-qt/qtwebkit-4.8.0:4
        pdf? ( app-text/poppler )"
DEPEND="${RDEPEND}"

S=${WORKDIR}/${PN}-${PN}

DOCS="TODO.txt dist/changes-*"

src_configure() {
        # avoid building manual-only tests
        local mycmakeargs=(
                -DDISABLE_TESTS=true
                $(cmake-utils_use_find_package pdf PopplerQt4)
        )

        cmake-utils_src_configure
}




Reply via email to