x11-libs/scw: EAPI 6 bump.
authorPatrice Clement <monsieurp@gentoo.org>
Fri, 15 Sep 2017 21:29:13 +0000 (23:29 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 16 Sep 2017 08:28:32 +0000 (10:28 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

x11-libs/scw/scw-0.4.7-r1.ebuild [new file with mode: 0644]

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 (file)
index 0000000..c1868e7
--- /dev/null
@@ -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)
+}