commit:     dc3aa73f3894cb7bd06478b6d119ff45219478fe
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 21:29:13 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 08:28:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3aa73f

x11-libs/scw: EAPI 6 bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 x11-libs/scw/scw-0.4.7-r1.ebuild | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/x11-libs/scw/scw-0.4.7-r1.ebuild b/x11-libs/scw/scw-0.4.7-r1.ebuild
new file mode 100644
index 00000000000..c1868e7ecc5
--- /dev/null
+++ b/x11-libs/scw/scw-0.4.7-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A GTK+ widget set specifically designed for chat programs"
+HOMEPAGE="http://scwwidgets.googlepages.com";
+SRC_URI="http://scwwidgets.googlepages.com/${P}.tar.gz";
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="
+       dev-libs/glib:2
+       x11-libs/gtk+:2"
+
+DEPEND="
+       ${RDEPEND}
+       doc? ( dev-util/gtk-doc )
+       virtual/pkgconfig"
+
+src_configure() {
+       econf $(use_enable doc gtk-doc)
+}

Reply via email to