Pārlūkot izejas kodu

Remove gmanedit2 since we have a lot of markdown to man converters

Sergey Ilinykh 5 gadi atpakaļ
vecāks
revīzija
8037695fe8

+ 0 - 15
dev-util/gmanedit2/ChangeLog

@@ -1,15 +0,0 @@
-# ChangeLog for dev-util/gmanedit2
-# Copyright 1999-2018 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  16 Dec 2011; rion <rion4ik@spamogmail.com> +files/desktop_utf8.patch,
-  gmanedit2-9999.ebuild, +files/gtk_deprecated.patch,
-  +files/link_with_zlib.patch:
-  compilation against current version of gtk
-
-*gmanedit2-9999 (04 Apr 2011)
-
-  04 Apr 2011; rion <rion4ik@spamogmail.com> +gmanedit2-9999.ebuild,
-  +metadata.xml:
-  initial version
-

+ 0 - 17
dev-util/gmanedit2/files/desktop_utf8.patch

@@ -1,17 +0,0 @@
-Author: Ralf Treinen <treinen@debian.org>
-Description: Convert desktop file to utf8 encoding
-Debian-Bug: #614141
-
---- gmanedit-0.4.2.orig/gmanedit.desktop	2011-02-21 22:20:17.000000000 +0100
-+++ gmanedit-0.4.2/gmanedit.desktop	2011-02-21 22:20:40.000000000 +0100
-@@ -2,8 +2,8 @@
- Version=1.0
- Name=gmanedit
- Comment=GNOME Manpages Editor
--Comment[es]=Editor de páginas man de GNOME
--Comment[gl]=Editor de páxinas man de GNOME
-+Comment[es]=Editor de páginas man de GNOME
-+Comment[gl]=Editor de páxinas man de GNOME
- Exec=gmanedit
- Terminal=false
- Type=Application

+ 0 - 11
dev-util/gmanedit2/files/gtk_deprecated.patch

@@ -1,11 +0,0 @@
-diff -r 08173bc063cf src/main.c
---- a/src/main.c	Sun Mar 27 17:03:34 2011 +0200
-+++ b/src/main.c	Fri Dec 16 17:32:10 2011 +0500
-@@ -36,7 +36,6 @@
- 
-     add_pixmap_directory (DATADIR G_DIR_SEPARATOR_S "pixmaps");
- 
--    gtk_set_locale ();
-     gtk_init (&argc, &argv);
- 
-     /*

+ 0 - 21
dev-util/gmanedit2/files/link_with_zlib.patch

@@ -1,21 +0,0 @@
-Author: Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>
-Description: Correctly build/link against zlib.
-  This is required to satisfy GCC 4.5 (building on Ubuntu Natty) as well as
-  for building with binutils-gold, both of which appear to have stricter
-  requirements for linking.
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554557
-Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/gmanedit/+bug/688831
-Approved: Ralf Treinen <treinen@debian.org>
-
-diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' gmanedit~/configure.in gmanedit/configure.in
---- gmanedit~/configure.in	2010-12-10 19:57:44.000000000 -0500
-+++ gmanedit/configure.in	2010-12-10 20:08:47.283455000 -0500
-@@ -13,7 +13,7 @@
-   CFLAGS="${CFLAGS} -Wall"
- fi
- 
--PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.10.0)
-+PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.10.0 zlib)
- AC_SUBST(GTK_CFLAGS)
- AC_SUBST(GTK_LIBS)
- 

+ 0 - 25
dev-util/gmanedit2/gmanedit2-9999.ebuild

@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit gnome2 mercurial
-
-DESCRIPTION="Gnome Manual Pages Editor"
-HOMEPAGE="http://gmanedit2.sourceforge.net/"
-EHG_REPO_URI="http://gmanedit2.hg.sourceforge.net:8000/hgroot/gmanedit2/gmanedit2"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="x11-libs/gtksourceview:2.0"
-RDEPEND="${DEPEND}"
-
-src_prepare()
-{
-	epatch "$FILESDIR"/*.patch
-	gnome2_src_prepare
-}

+ 0 - 9
dev-util/gmanedit2/metadata.xml

@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>rion4ik@gmail.com</email>
-		<name>rion</name>
-	</maintainer>
-	<longdescription>Very simple gtk man page editor</longdescription>
-</pkgmetadata>