From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- app-misc/utimer/utimer-0.4-r1.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 app-misc/utimer/utimer-0.4-r1.ebuild (limited to 'app-misc/utimer/utimer-0.4-r1.ebuild') diff --git a/app-misc/utimer/utimer-0.4-r1.ebuild b/app-misc/utimer/utimer-0.4-r1.ebuild new file mode 100644 index 000000000000..e5259f143a06 --- /dev/null +++ b/app-misc/utimer/utimer-0.4-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +EAPI=6 + +DESCRIPTION="A command line timer and stopwatch" +HOMEPAGE="http://utimer.codealpha.net/utimer" +SRC_URI="http://utimer.codealpha.net/dl.php?file=${P}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug nls" + +DEPEND=" + dev-libs/glib:2 + dev-util/intltool" + +RDEPEND="${RDEPEND}" + +DOCS=( AUTHORS ChangeLog NEWS README ) + +src_configure() { + local myconf=( --enable-debug=no ) + use debug || myconf=( --enable-debug=yes ) + econf "${myconf[@]}" $(use_enable nls) +} + +src_install() { + emake install DESTDIR="${D}" + einstalldocs +} -- cgit v1.2.3