summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/utimer')
-rw-r--r--app-misc/utimer/Manifest1
-rw-r--r--app-misc/utimer/metadata.xml12
-rw-r--r--app-misc/utimer/utimer-0.4-r1.ebuild32
3 files changed, 0 insertions, 45 deletions
diff --git a/app-misc/utimer/Manifest b/app-misc/utimer/Manifest
deleted file mode 100644
index 74bf4e4d301e..000000000000
--- a/app-misc/utimer/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST utimer-0.4.tar.gz 144408 BLAKE2B c23178e8501034c491d5350ef5d6ec4c251dac982f453f0b99cf6b4aeca81132acaa6abd40981ae9f8054f00c27c8f05404d0e2cd806cafc130f0a8d3c23f814 SHA512 f1a375de4b4b5b0f478e208e055badb12a49524137cbd9626238bc5fc35cf3576e7a7c66759dd00a061d12dc7a0ad3ee6974abc8213f5f6f8e22c50eb2901032
diff --git a/app-misc/utimer/metadata.xml b/app-misc/utimer/metadata.xml
deleted file mode 100644
index 9be9a54c5d3f..000000000000
--- a/app-misc/utimer/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-<email>lavi.kfir@gmail.com</email>
-<name>Kfir Lavi</name>
-</maintainer>
-<maintainer type="project">
-<email>proxy-maint@gentoo.org</email>
-<name>Proxy Maintainers</name>
-</maintainer>
-</pkgmetadata>
diff --git a/app-misc/utimer/utimer-0.4-r1.ebuild b/app-misc/utimer/utimer-0.4-r1.ebuild
deleted file mode 100644
index bf5c8f9fd36b..000000000000
--- a/app-misc/utimer/utimer-0.4-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 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
-}