diff options
author | Alec Warner <antarus@gentoo.org> | 2006-07-01 13:46:34 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2006-07-01 13:46:34 +0000 |
commit | 2523cb7f7f615ae1c46b46dc71fce57930be15e4 (patch) | |
tree | c1d1a81dcd1dadfb449cda7969236ac1a7234fe4 /app-editors | |
parent | Removing x11-wm/blwm for bug # 71479 (diff) | |
download | gentoo-2-2523cb7f7f615ae1c46b46dc71fce57930be15e4.tar.gz gentoo-2-2523cb7f7f615ae1c46b46dc71fce57930be15e4.tar.bz2 gentoo-2-2523cb7f7f615ae1c46b46dc71fce57930be15e4.zip |
removal gnotepad+ for bug #122993
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gnotepad+/ChangeLog | 25 | ||||
-rw-r--r-- | app-editors/gnotepad+/Manifest | 5 | ||||
-rw-r--r-- | app-editors/gnotepad+/files/1.3.3-destdir.patch | 23 | ||||
-rw-r--r-- | app-editors/gnotepad+/files/digest-gnotepad+-1.3.3 | 1 | ||||
-rw-r--r-- | app-editors/gnotepad+/gnotepad+-1.3.3.ebuild | 27 | ||||
-rw-r--r-- | app-editors/gnotepad+/metadata.xml | 9 |
6 files changed, 0 insertions, 90 deletions
diff --git a/app-editors/gnotepad+/ChangeLog b/app-editors/gnotepad+/ChangeLog deleted file mode 100644 index a1938ae834d3..000000000000 --- a/app-editors/gnotepad+/ChangeLog +++ /dev/null @@ -1,25 +0,0 @@ -# ChangeLog for app-editors/gnotepad+ -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gnotepad+/ChangeLog,v 1.8 2005/07/08 17:49:31 dholm Exp $ - - 08 Jul 2005; David Holm <dholm@gentoo.org> gnotepad+-1.3.3.ebuild: - Added to ~ppc. - - 22 Nov 2004; Mike Frysinger <vapier@gentoo.org> - +files/1.3.3-destdir.patch, gnotepad+-1.3.3.ebuild: - Use standard make install DESTDIR stuff. - - 10 Aug 2004; Ferris McCormick <fmccor@gentoo.org> gnotepad+-1.3.3.ebuild: - Add ~sparc keyword (Bug 59944). Builds and appears to run on sparc. - - 13 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> gnotepad+-1.3.3.ebuild: - Add IUSE; tidy - - 01 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> gnotepad+-1.3.3.ebuild: - Added amd64 keyword. - -*gnotepad+-1.3.3 (23 Aug 2003) - - 23 Aug 2003; Jon Portnoy <avenj@gentoo.org> gnotepad+-1.3.3.ebuild : - Initial import. Submitted in bug 22149 by Sam - <sambesselink@planet.nl>. diff --git a/app-editors/gnotepad+/Manifest b/app-editors/gnotepad+/Manifest deleted file mode 100644 index 1bda56f66371..000000000000 --- a/app-editors/gnotepad+/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -MD5 b49e3df71d2414097f32724be9b9e4de ChangeLog 970 -MD5 097ea0dc9ecd5197a378a9e6880e32a3 gnotepad+-1.3.3.ebuild 681 -MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 -MD5 e3c578ce72afc2266ecc03accd403c0f files/digest-gnotepad+-1.3.3 67 -MD5 f1eb5e38852c9158e43e048112bb01d6 files/1.3.3-destdir.patch 834 diff --git a/app-editors/gnotepad+/files/1.3.3-destdir.patch b/app-editors/gnotepad+/files/1.3.3-destdir.patch deleted file mode 100644 index 77b6922672b4..000000000000 --- a/app-editors/gnotepad+/files/1.3.3-destdir.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- po/Makefile.in.in.orig 2004-11-22 00:23:00.651450006 -0500 -+++ po/Makefile.in.in 2004-11-22 00:23:26.915121559 -0500 -@@ -111,16 +111,16 @@ - install-data-no: all - install-data-yes: all - if test -r "$(MKINSTALLDIRS)"; then \ -- $(MKINSTALLDIRS) $(datadir); \ -+ $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \ - else \ -- $(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \ -+ $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \ - fi - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - case "$$cat" in \ -- *.gmo) destdir=$(gnulocaledir);; \ -- *) destdir=$(localedir);; \ -+ *.gmo) destdir=$(DESTDIR)$(gnulocaledir);; \ -+ *) destdir=$(DESTDIR)$(localedir);; \ - esac; \ - lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ - dir=$$destdir/$$lang/LC_MESSAGES; \ diff --git a/app-editors/gnotepad+/files/digest-gnotepad+-1.3.3 b/app-editors/gnotepad+/files/digest-gnotepad+-1.3.3 deleted file mode 100644 index 5b0ea91a5cad..000000000000 --- a/app-editors/gnotepad+/files/digest-gnotepad+-1.3.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 00f1de16e84cbbe65d85acc542b2791f gnotepad+-1.3.3.tar.gz 461837 diff --git a/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild b/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild deleted file mode 100644 index 6f378f06d133..000000000000 --- a/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild,v 1.9 2005/07/08 17:49:31 dholm Exp $ - -inherit eutils - -DESCRIPTION="simple HTML and text editor" -HOMEPAGE="http://gnotepad.sourceforge.net/" -SRC_URI="http://download.sourceforge.net/gnotepad/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="=x11-libs/gtk+-1.2*" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-destdir.patch -} - -src_install() { - make install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog HACKING NEWS README TODO -} diff --git a/app-editors/gnotepad+/metadata.xml b/app-editors/gnotepad+/metadata.xml deleted file mode 100644 index d8b96be3c5cd..000000000000 --- a/app-editors/gnotepad+/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>no-herd</herd> - <maintainer> - <email>bug-wranglers@gentoo.org</email> - <description>This package lacks a primary herd or maintainer.</description> - </maintainer> -</pkgmetadata> |