dev-libs/girara: add src_test phase and fix DESCRIPTION.
authortharvik <tharvik@users.noreply.github.com>
Tue, 10 Jan 2017 17:19:21 +0000 (18:19 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 12 Jan 2017 14:06:04 +0000 (15:06 +0100)
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3423

dev-libs/girara/girara-0.2.2.ebuild
dev-libs/girara/girara-0.2.3.ebuild
dev-libs/girara/girara-0.2.4.ebuild
dev-libs/girara/girara-0.2.5.ebuild
dev-libs/girara/girara-0.2.6.ebuild
dev-libs/girara/girara-9999.ebuild

index 3b061ea299245ad25e6d1583b2b178ad97bf4677..5d6b8a7f7bffd042a2e05ab45c79221a1f358f1d 100644 (file)
@@ -1,13 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit multilib toolchain-funcs
+inherit multilib toolchain-funcs virtualx
 [[ ${PV} == 9999* ]] && inherit git-2
 
-DESCRIPTION="A library that implements a user interface that focuses on simplicity and minimalism"
+DESCRIPTION="UI library that focuses on simplicity and minimalism"
 HOMEPAGE="http://pwmt.org/projects/girara/"
 if ! [[ ${PV} == 9999* ]]; then
 SRC_URI="http://pwmt.org/projects/${PN}/download/${P}.tar.gz"
@@ -22,7 +22,7 @@ KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
 else
 KEYWORDS=""
 fi
-IUSE="libnotify static-libs"
+IUSE="libnotify static-libs test"
 
 RDEPEND=">=dev-libs/glib-2.28
        >=x11-libs/gtk+-3.2:3
@@ -58,6 +58,10 @@ src_compile() {
        emake "${mygiraraconf[@]}"
 }
 
+src_test() {
+       virtx default
+}
+
 src_install() {
        emake "${mygiraraconf[@]}" install
        dodoc AUTHORS
index 4fb9ca558f31e831c11ab0e804109a7ecdb711ce..b1615f02428254421493f105423b459b279ee716 100644 (file)
@@ -1,13 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit multilib toolchain-funcs
+inherit multilib toolchain-funcs virtualx
 [[ ${PV} == 9999* ]] && inherit git-2
 
-DESCRIPTION="A library that implements a user interface that focuses on simplicity and minimalism"
+DESCRIPTION="UI library that focuses on simplicity and minimalism"
 HOMEPAGE="http://pwmt.org/projects/girara/"
 if ! [[ ${PV} == 9999* ]]; then
 SRC_URI="http://pwmt.org/projects/${PN}/download/${P}.tar.gz"
@@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 else
 KEYWORDS=""
 fi
-IUSE="libnotify static-libs"
+IUSE="libnotify static-libs test"
 
 RDEPEND=">=dev-libs/glib-2.28
        >=x11-libs/gtk+-3.2:3
@@ -58,6 +58,10 @@ src_compile() {
        emake "${mygiraraconf[@]}"
 }
 
+src_test() {
+       virtx default
+}
+
 src_install() {
        emake "${mygiraraconf[@]}" install
        dodoc AUTHORS
index 99d355df6b95a86f4b767ae0b90440c92985b471..9eff1f0140313b4d354331659f7a3e1e28c6f48c 100644 (file)
@@ -1,13 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit multilib toolchain-funcs
+inherit multilib toolchain-funcs virtualx
 [[ ${PV} == 9999* ]] && inherit git-2
 
-DESCRIPTION="A library that implements a user interface that focuses on simplicity and minimalism"
+DESCRIPTION="UI library that focuses on simplicity and minimalism"
 HOMEPAGE="http://pwmt.org/projects/girara/"
 if ! [[ ${PV} == 9999* ]]; then
 SRC_URI="http://pwmt.org/projects/${PN}/download/${P}.tar.gz"
@@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 else
 KEYWORDS=""
 fi
-IUSE="libnotify static-libs"
+IUSE="libnotify static-libs test"
 
 RDEPEND=">=dev-libs/glib-2.28
        >=x11-libs/gtk+-3.2:3
@@ -59,6 +59,10 @@ src_compile() {
        emake "${mygiraraconf[@]}"
 }
 
+src_test() {
+       virtx default
+}
+
 src_install() {
        emake "${mygiraraconf[@]}" install
        dodoc AUTHORS
index 9ace98cadc3cca36d7d500e5e70a4b758c76bf8c..913009ef650d250e7c49bec2454239679cb4fbb1 100644 (file)
@@ -1,13 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit multilib toolchain-funcs
+inherit multilib toolchain-funcs virtualx
 [[ ${PV} == 9999* ]] && inherit git-2
 
-DESCRIPTION="A library that implements a user interface that focuses on simplicity and minimalism"
+DESCRIPTION="UI library that focuses on simplicity and minimalism"
 HOMEPAGE="http://pwmt.org/projects/girara/"
 if ! [[ ${PV} == 9999* ]]; then
 SRC_URI="http://pwmt.org/projects/${PN}/download/${P}.tar.gz"
@@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 else
 KEYWORDS=""
 fi
-IUSE="libnotify static-libs"
+IUSE="libnotify static-libs test"
 
 RDEPEND=">=dev-libs/glib-2.28
        >=x11-libs/gtk+-3.4:3
@@ -59,6 +59,10 @@ src_compile() {
        emake "${mygiraraconf[@]}"
 }
 
+src_test() {
+       virtx default
+}
+
 src_install() {
        emake "${mygiraraconf[@]}" install
        dodoc AUTHORS
index 9ace98cadc3cca36d7d500e5e70a4b758c76bf8c..913009ef650d250e7c49bec2454239679cb4fbb1 100644 (file)
@@ -1,13 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit multilib toolchain-funcs
+inherit multilib toolchain-funcs virtualx
 [[ ${PV} == 9999* ]] && inherit git-2
 
-DESCRIPTION="A library that implements a user interface that focuses on simplicity and minimalism"
+DESCRIPTION="UI library that focuses on simplicity and minimalism"
 HOMEPAGE="http://pwmt.org/projects/girara/"
 if ! [[ ${PV} == 9999* ]]; then
 SRC_URI="http://pwmt.org/projects/${PN}/download/${P}.tar.gz"
@@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 else
 KEYWORDS=""
 fi
-IUSE="libnotify static-libs"
+IUSE="libnotify static-libs test"
 
 RDEPEND=">=dev-libs/glib-2.28
        >=x11-libs/gtk+-3.4:3
@@ -59,6 +59,10 @@ src_compile() {
        emake "${mygiraraconf[@]}"
 }
 
+src_test() {
+       virtx default
+}
+
 src_install() {
        emake "${mygiraraconf[@]}" install
        dodoc AUTHORS
index 416012fee1ba3c1a12fb2e9a46800faa646a0518..e0495b0ffe0485de8a88aa20aa1189bb9f987700 100644 (file)
@@ -1,13 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit multilib toolchain-funcs
+inherit multilib toolchain-funcs virtualx
 [[ ${PV} == 9999* ]] && inherit git-2
 
-DESCRIPTION="A library that implements a user interface that focuses on simplicity and minimalism"
+DESCRIPTION="UI library that focuses on simplicity and minimalism"
 HOMEPAGE="http://pwmt.org/projects/girara/"
 if ! [[ ${PV} == 9999* ]]; then
 SRC_URI="http://pwmt.org/projects/${PN}/download/${P}.tar.gz"
@@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 else
 KEYWORDS=""
 fi
-IUSE="libnotify static-libs"
+IUSE="libnotify static-libs test"
 
 RDEPEND=">=dev-libs/glib-2.28
        >=x11-libs/gtk+-3.4:3
@@ -58,6 +58,10 @@ src_compile() {
        emake "${mygiraraconf[@]}"
 }
 
+src_test() {
+       virtx default
+}
+
 src_install() {
        emake "${mygiraraconf[@]}" install
        dodoc AUTHORS