summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-16 16:52:41 +0000
committerSam James <sam@gentoo.org>2021-03-16 19:22:05 +0000
commit043a1019cff88f128429f91a72ca6fdcc24d5431 (patch)
tree40ad1b617b0a3bb390cd905a42f09c361029e432 /x11-misc/piedock
parentx11-misc/gxmessage: minor ebuild tidying (diff)
downloadgentoo-043a1019cff88f128429f91a72ca6fdcc24d5431.tar.gz
gentoo-043a1019cff88f128429f91a72ca6fdcc24d5431.tar.bz2
gentoo-043a1019cff88f128429f91a72ca6fdcc24d5431.zip
x11-misc/piedock: drop 1.6.6-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/piedock')
-rw-r--r--x11-misc/piedock/Manifest2
-rw-r--r--x11-misc/piedock/piedock-1.6.6-r1.ebuild46
2 files changed, 0 insertions, 48 deletions
diff --git a/x11-misc/piedock/Manifest b/x11-misc/piedock/Manifest
index 29fbdbf47b8a..7f2d1091f8f4 100644
--- a/x11-misc/piedock/Manifest
+++ b/x11-misc/piedock/Manifest
@@ -1,3 +1 @@
-DIST piedock-1.6.6-gcc6.patch 134783 BLAKE2B 74774aae06a865f03405b5a4939089a2521ec6c41387a90517135e82d2efa80cc18ec081640c1277bd4e8218fec267b64731de9633a514923b80d34312927d3b SHA512 a9460400f4447fe8c38b2d994c083e7c564b32b9a2e77f0b3497ca0f704f6a650781c3e00b37d52bbc4e9c202b02dd6bb3dd442ab13ece173a7b18c0592379bc
-DIST piedock-1.6.6.tar.bz2 254634 BLAKE2B 51c347edaa3cfb556f233fcc62e11e030d3fd2a25ada4ddec5bee6fe16def9605ca80cc254f72aed4c9353502ffa4fab1461af3e6b067f51e6057e7d63c81507 SHA512 4bad03387a21c75cf48b80ef2bf6ccc3553097fa41115a40689ec2c8e00ee9fadddbe43226f90012667eb8545e1209e5c9f6308f436bdf1d12d73de30764f1be
DIST piedock-1.6.9.tar.gz 290491 BLAKE2B 492c56d106616323a7f661e3c5d016755bdb421668bfe5251811df62ab1243838380395888c3e874c211069c30fdc7ea9141c245e907fa4c2eeea6d0a583329e SHA512 1244cc26d47c39c27c583f24aedf3dcdf0d879003f96a7cb1b512255384f0d81bf7c07dafa1b21ae1e6762bb7b41158cd20740b12b83f2d49daf7f24fbc96b69
diff --git a/x11-misc/piedock/piedock-1.6.6-r1.ebuild b/x11-misc/piedock/piedock-1.6.6-r1.ebuild
deleted file mode 100644
index 26e1db0a646a..000000000000
--- a/x11-misc/piedock/piedock-1.6.6-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A little bit like the famous OS X dock but in shape of a pie menu"
-HOMEPAGE="http://markusfisch.de/PieDock"
-SRC_URI="http://markusfisch.de/downloads/${P}.tar.bz2
- https://github.com/markusfisch/PieDock/commit/a7fda1896f1cc6966ba0fa8912e9b404c1b0be97.patch -> ${P}-gcc6.patch"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gtk"
-
-RDEPEND="
- media-libs/libpng:0=
- x11-libs/libX11
- x11-libs/libXft
- x11-libs/libXmu
- x11-libs/libXrender
- gtk? (
- dev-libs/atk
- dev-libs/glib
- x11-libs/gdk-pixbuf
- x11-libs/gtk+:2
- )
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( res/${PN}rc.sample AUTHORS ChangeLog NEWS )
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.6.1-signals.patch
- "${DISTDIR}"/${P}-gcc6.patch
-)
-
-src_configure() {
- econf \
- $(use_enable gtk) \
- --disable-kde \
- --bindir="${EPREFIX}"/usr/bin \
- --enable-xft \
- --enable-xmu \
- --enable-xrender
-}