summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-06-29 23:52:35 +0200
committerMichał Górny <mgorny@gentoo.org>2017-06-30 00:22:06 +0200
commitedf9fd4a524f0485477ca290b2871604ed46694d (patch)
tree7aeb43e432db559ceba25faeea0c1c89c800cb8e /x11-libs/libtinynotify-systemwide
parentx11-libs/libtinynotify: Modernize to EAPI=6 (diff)
downloadgentoo-edf9fd4a524f0485477ca290b2871604ed46694d.tar.gz
gentoo-edf9fd4a524f0485477ca290b2871604ed46694d.tar.bz2
gentoo-edf9fd4a524f0485477ca290b2871604ed46694d.zip
x11-libs/libtinynotify-systemwide: Drop old
Diffstat (limited to 'x11-libs/libtinynotify-systemwide')
-rw-r--r--x11-libs/libtinynotify-systemwide/Manifest1
-rw-r--r--x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.0.2.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/x11-libs/libtinynotify-systemwide/Manifest b/x11-libs/libtinynotify-systemwide/Manifest
index 83447133c2a7..eaad7150b5f6 100644
--- a/x11-libs/libtinynotify-systemwide/Manifest
+++ b/x11-libs/libtinynotify-systemwide/Manifest
@@ -1,2 +1 @@
-DIST libtinynotify-systemwide-0.0.2.tar.bz2 256779 SHA256 7f4fac8333d7e3318977387ce8deb6f67c548f467a5e33dc5c082fc0206456a9 SHA512 54d8c0c409815d3aa29d6141d40ca734edb3e85e5b8541401fc4d180087d3b56b16e84ba8652bf6701f8f8755e7c85ee77d0ac082d2732325a8459fb71980bb0 WHIRLPOOL a000f32f5859ca4fb34f3ca07cb5665ebbb52236b94525b65a24afdce0634f882585f2f0cd35e70be383119dcc9485987dbff2fee8ff4a9144d5727f26b0c7e3
DIST libtinynotify-systemwide-0.1.tar.bz2 270071 SHA256 ae2c3bb845eec3eae8921b7887f0cbbc9f468012020c2d6e2c18e30f8d858217 SHA512 95516208485ed46e4702806bca467af509b9756a738f5f345cec712d878f14f4d9c84b78c33f0e4a41e0bf7be3b6e8e50dcd230da753c2827ae75793ca1c74aa WHIRLPOOL 4d40e217ddd44e64e45bcd47f7d0c0f59e7d3c545cd3f921bcec1f2697dd26ce8f2a2633b1382509616cbbb8402f47632b7b205f6820eee86e13002461b51bf9
diff --git a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.0.2.ebuild b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.0.2.ebuild
deleted file mode 100644
index 332461a8cb3a..000000000000
--- a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.0.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools-utils
-
-DESCRIPTION="A system-wide notifications module for libtinynotify"
-HOMEPAGE="https://github.com/mgorny/libtinynotify-systemwide/"
-SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc static-libs"
-
-RDEPEND="sys-process/procps
- x11-libs/libtinynotify"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( dev-util/gtk-doc )"
-
-DOCS=( README )
-
-src_configure() {
- myeconfargs=(
- $(use_enable doc gtk-doc)
- )
-
- autotools-utils_src_configure
-}