summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaarp <main.haarp@gmail.com>2017-04-22 17:24:56 +0200
committerhaarp <main.haarp@gmail.com>2017-04-22 17:24:56 +0200
commitfaa504444cfba15be6dfdaeb50c2b95fc3a123bd (patch)
tree3f756c56b4b31eb7ab1a1f91323cd70ebfa6f07f /x11-misc
parentRemove googleearth, non-crashing version on main portage tree now (diff)
downloadhaarp-faa504444cfba15be6dfdaeb50c2b95fc3a123bd.tar.gz
haarp-faa504444cfba15be6dfdaeb50c2b95fc3a123bd.tar.bz2
haarp-faa504444cfba15be6dfdaeb50c2b95fc3a123bd.zip
Remove xprintidle, it's in the Gentoo repo now (Thanks Sebastian!)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xprintidle/Manifest1
-rw-r--r--x11-misc/xprintidle/xprintidle-2.0.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/x11-misc/xprintidle/Manifest b/x11-misc/xprintidle/Manifest
deleted file mode 100644
index 7e34158..0000000
--- a/x11-misc/xprintidle/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD xprintidle-2.0.ebuild 489 SHA256 28212e73017cfe42707746c13dc840beceeb44a88e351cda19798adf3d5d5f3f SHA512 cbee070f9a68174d600552f7d4082618e4b9caf9e62c5e9d51ec613c3f0f111aa8133f350f14761f7526fecf6b218629029452064ba55c8b4ab6872cc0b1d6f8 WHIRLPOOL 0c6a35ff50f21055893cad526c2261df24bf04deddfa96de19f2326a83ab6b7bfd526254721f9983752ea2f47309e5bc7b51b241168f2b26b64d99f6e80fc194
diff --git a/x11-misc/xprintidle/xprintidle-2.0.ebuild b/x11-misc/xprintidle/xprintidle-2.0.ebuild
deleted file mode 100644
index f827d8c..0000000
--- a/x11-misc/xprintidle/xprintidle-2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit git-r3
-
-DESCRIPTION="Prints user's X server idle time in milliseconds"
-HOMEPAGE="https://github.com/lucianposton/xprintidle"
-EGIT_REPO_URI="https://github.com/lucianposton/xprintidle.git"
-EGIT_COMMIT="v${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- x11-libs/libXext
- x11-libs/libX11
- x11-libs/libXScrnSaver
- "
-RDEPEND="${DEPEND}"