aballier    15/03/11 10:20:54

  Modified:             ChangeLog
  Added:                vmpk-0.6.0.ebuild
  Log:
  version bump
  
  Signed-off-by: [email protected]
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.19                 media-sound/vmpk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/ChangeLog?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/ChangeLog?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   18 Apr 2013 10:44:24 -0000      1.18
+++ ChangeLog   11 Mar 2015 10:20:53 -0000      1.19
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/vmpk
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.18 
2013/04/18 10:44:24 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.19 
2015/03/11 10:20:53 aballier Exp $
+
+*vmpk-0.6.0 (11 Mar 2015)
+
+  11 Mar 2015; Alexis Ballier <[email protected]> +vmpk-0.6.0.ebuild:
+  version bump
 
   18 Apr 2013; Alexis Ballier <[email protected]> -vmpk-0.4.0.ebuild,
   -vmpk-0.5.0.ebuild:



1.1                  media-sound/vmpk/vmpk-0.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/vmpk-0.6.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/vmpk-0.6.0.ebuild?rev=1.1&content-type=text/plain

Index: vmpk-0.6.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.6.0.ebuild,v 1.1 
2015/03/11 10:20:53 aballier Exp $

EAPI=4

inherit cmake-utils eutils

DESCRIPTION="Virtual MIDI Piano Keyboard"
HOMEPAGE="http://vmpk.sourceforge.net/";
SRC_URI="mirror://sourceforge/vmpk/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dbus"

RDEPEND="
        dev-qt/qtcore:5
        dev-qt/qtnetwork:5
        dev-qt/qtsvg:5
        dev-qt/qtwidgets:5
        dev-qt/linguist-tools:5
        dev-qt/qtx11extras:5
        x11-libs/libxcb
        media-sound/drumstick
        dbus? ( dev-qt/qtdbus:5 )"
DEPEND="${RDEPEND}
        app-text/docbook-xsl-stylesheets
        virtual/pkgconfig"

DOCS=( AUTHORS ChangeLog NEWS README TODO )

src_configure() {
        local mycmakeargs=(
                "$(cmake-utils_use_enable dbus DBUS)"
                )
        cmake-utils_src_configure
}

src_install() {
        cmake-utils_src_install
        rm -rf "${D}/usr/share/doc/packages"
}




Reply via email to