commit:     edbdd387b0de11847bedc95bc6f29842b6c738a4
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 10:07:34 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 10:07:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edbdd387

x11-libs/libdockapp: drop old version

All consumers should have been cleaned from tree now

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-libs/libdockapp/Manifest                       |  1 -
 .../libdockapp/files/install-paths.patch-0.6.1     | 15 ----
 x11-libs/libdockapp/files/legacy.patch-0.6.1       | 10 ---
 x11-libs/libdockapp/libdockapp-0.6.1.ebuild        | 79 ----------------------
 4 files changed, 105 deletions(-)

diff --git a/x11-libs/libdockapp/Manifest b/x11-libs/libdockapp/Manifest
index fd927d35277..11e72a1a856 100644
--- a/x11-libs/libdockapp/Manifest
+++ b/x11-libs/libdockapp/Manifest
@@ -1,2 +1 @@
-DIST libdockapp-0.6.1.tar.bz2 155920 SHA256 
eacae024ce6f2bdaba50f18bd18a27a9b4a3e290300f92048fdb11ebd273bd9f SHA512 
bb0282db7b02fa1acd4456636f9b20eae98e6f1f1aae552016a103a7d75a712a689d111abd5502302cbc0eacade8235a74c6fad9f1e6548c5411b1c4c18b09ce
 WHIRLPOOL 
f2b655882747c43f95beaf190d18039bbaaa507a86f6858843a0687fd1ff6e0c6b9a4c0770e730b162c6e6a8f5c03c4c209621af2c35f22d7048880672d44a33
 DIST libdockapp-0.7.2.tar.gz 40462 SHA256 
82a4f9f9235f425322fea46a723f16efe255c84e1717191bcea14565dadc2ff9 SHA512 
a2f216ac1105abe0efbea191691bae986b6022510f96c78b08c1b809cff131794c81810197af7d1321f9b248202376cc7092e79a4d4afa3fb93e9ed8000c9d79
 WHIRLPOOL 
4664ff5d7d8702a9cc51cdb6b55d397e685c53bc1529ebaafd2886a914b51fa55627dcee886fee991a29d177d9c9e8362c943d147c8e01955793b0d5c303789d

diff --git a/x11-libs/libdockapp/files/install-paths.patch-0.6.1 
b/x11-libs/libdockapp/files/install-paths.patch-0.6.1
deleted file mode 100644
index 7206655bb7a..00000000000
--- a/x11-libs/libdockapp/files/install-paths.patch-0.6.1
+++ /dev/null
@@ -1,15 +0,0 @@
---- fonts/Makefile.am  2005-06-08 14:36:38.389096256 +0200
-+++ fonts/Makefile.am  2005-06-08 14:37:18.276032520 +0200
-@@ -5,10 +5,10 @@
- #     but I don't know how and they don't tell.
- #
- 
--XFONTDIR = $(DESTDIR)/usr/X11R6/lib/X11/fonts
-+XFONTDIR = $(DESTDIR)/usr/share/fonts/libdockapp-fonts
- 
- MYFONTDIR = /dockapp
--MYDATA = luxel-ascii-06x09.pcf.gz seg7-ascii-05x07.pcf.gz fonts.dir 
fonts.alias
-+MYDATA = luxel-ascii-06x09.pcf.gz seg7-ascii-05x07.pcf.gz
- 
- install-data-local:
-       $(INSTALL) -d $(XFONTDIR)$(MYFONTDIR)

diff --git a/x11-libs/libdockapp/files/legacy.patch-0.6.1 
b/x11-libs/libdockapp/files/legacy.patch-0.6.1
deleted file mode 100644
index b608db02195..00000000000
--- a/x11-libs/libdockapp/files/legacy.patch-0.6.1
+++ /dev/null
@@ -1,10 +0,0 @@
---- dockapp-0.6.0/src/damain-orig.c    2005-04-20 20:05:04.000000000 +0200
-+++ dockapp-0.6.0/src/damain.c 2005-06-04 19:21:34.000000000 +0200
-@@ -237,6 +237,7 @@
- DAInitialize(char *display, char *name, unsigned width, unsigned height,
-       int argc, char **argv)
- {
-+    _daContext= DAContextInit();    
-     DAOpenDisplay(display, argc, argv);
-     DACreateIcon(name, width, height, argc, argv);
- }

diff --git a/x11-libs/libdockapp/libdockapp-0.6.1.ebuild 
b/x11-libs/libdockapp/libdockapp-0.6.1.ebuild
deleted file mode 100644
index 7c74fbe5d9d..00000000000
--- a/x11-libs/libdockapp/libdockapp-0.6.1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils autotools
-
-IUSE=""
-
-DESCRIPTION="Window Maker Dock Applet Library"
-SRC_URI="http://solfertje.student.utwente.nl/~dalroi/libdockapp/files/${P}.tar.bz2";
-HOMEPAGE="http://solfertje.student.utwente.nl/~dalroi/libdockapp/";
-
-LICENSE="MIT public-domain"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-
-RDEPEND="x11-libs/libX11
-       x11-libs/libXt
-       x11-libs/libXext
-       x11-libs/libXpm"
-DEPEND="${RDEPEND}
-       x11-proto/xextproto
-       x11-proto/xproto"
-
-S=${WORKDIR}/${P/lib/}
-FONTDIR="/usr/share/fonts/${PN}-fonts"
-
-src_unpack()
-{
-       unpack ${A}
-       cd "${S}"
-
-       # sanitize fonts installation path
-       epatch "${FILESDIR}/install-paths.patch-${PV}"
-
-       # add legacy support for older dockapps
-       epatch "${FILESDIR}/legacy.patch-${PV}"
-
-       eautoreconf
-}
-
-src_install()
-{
-       make                                                    \
-               DESTDIR="${D}"                                      \
-               SHAREDIR="${D}/usr/share/doc/${PF}/examples/"       \
-               install || die "make install failed"
-
-       dodoc README ChangeLog NEWS AUTHORS
-}
-
-pkg_postinst()
-{
-       einfo
-       einfo "You need to add following line into 'Section \"Files\"' in"
-       einfo "/etc/X11/xorg.conf (or /etc/X11/XF86Config if you are still 
using XFree86)"
-       einfo "and reboot X Window System, to use these fonts."
-       einfo
-       einfo "\t FontPath \"${FONTDIR}\""
-       einfo
-       einfo "You also need to add the following line to /etc/fonts/local.conf"
-       einfo
-       einfo "\t <dir>${FONTDIR}</dir>"
-       einfo
-}
-
-pkg_postrm()
-{
-       einfo
-       einfo "You need to remove following line from 'Section \"Files\"' in"
-       einfo "/etc/X11/xorg.conf (or /etc/X11/XF86Config if you are still 
using XFree86)"
-       einfo "to unmerge this package completely."
-       einfo
-       einfo "\t FontPath \"${FONTDIR}\""
-       einfo
-       einfo "You also need to remove the following line from 
/etc/fonts/local.conf"
-       einfo
-       einfo "\t <dir>${FONTDIR}</dir>"
-       einfo
-}

Reply via email to