diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-09-15 23:29:13 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-09-16 10:28:32 +0200 |
commit | dc3aa73f3894cb7bd06478b6d119ff45219478fe (patch) | |
tree | beb7f70d29f75bc038a9ab44d3d0cbf2be7872d8 /x11-libs/scw | |
parent | app-arch/xarchiver: Bump to 0.5.4.12 (diff) | |
download | gentoo-dc3aa73f3894cb7bd06478b6d119ff45219478fe.tar.gz gentoo-dc3aa73f3894cb7bd06478b6d119ff45219478fe.tar.bz2 gentoo-dc3aa73f3894cb7bd06478b6d119ff45219478fe.zip |
x11-libs/scw: EAPI 6 bump.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'x11-libs/scw')
-rw-r--r-- | x11-libs/scw/scw-0.4.7-r1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
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 000000000000..c1868e7ecc57 --- /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) +} |