summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2006-01-22 17:09:54 +0000
committerCaleb Tennis <caleb@gentoo.org>2006-01-22 17:09:54 +0000
commit8b4958cd50209d24c58ac1e31477c0ef919e0049 (patch)
tree6e278ba90de40b51be0c571fa91eb12cc1de5952 /app-text
parentRemoving package masked old versions (diff)
downloadhistorical-8b4958cd50209d24c58ac1e31477c0ef919e0049.tar.gz
historical-8b4958cd50209d24c58ac1e31477c0ef919e0049.tar.bz2
historical-8b4958cd50209d24c58ac1e31477c0ef919e0049.zip
Removing sgml2x - package masked for a long time and no updates in 2 years
Diffstat (limited to 'app-text')
-rw-r--r--app-text/sgml2x/ChangeLog12
-rw-r--r--app-text/sgml2x/Manifest3
-rw-r--r--app-text/sgml2x/files/digest-sgml2x-0.11-r11
-rw-r--r--app-text/sgml2x/sgml2x-0.11-r1.ebuild30
4 files changed, 0 insertions, 46 deletions
diff --git a/app-text/sgml2x/ChangeLog b/app-text/sgml2x/ChangeLog
deleted file mode 100644
index ced625ad49b0..000000000000
--- a/app-text/sgml2x/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for app-text/sgml2x
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sgml2x/ChangeLog,v 1.7 2005/01/01 16:35:20 eradicator Exp $
-
- 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> sgml2x-0.11-r1.ebuild:
- Don't assign default to S; header fix
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*sgml2x-0.11-r1 (18 Jul 2002)
-
- 18 Jul 2002; Daniel Robbins <drobbins@gentoo.org>: Added missing ChangeLog
diff --git a/app-text/sgml2x/Manifest b/app-text/sgml2x/Manifest
deleted file mode 100644
index dd0b4e4f7bf0..000000000000
--- a/app-text/sgml2x/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 6f2549b0e6ec7ba37f78939f70648441 ChangeLog 515
-MD5 5faa2c722ec297671ec5aa45a84ada81 sgml2x-0.11-r1.ebuild 750
-MD5 87bfbf62c1994a1520d5117c80d0d454 files/digest-sgml2x-0.11-r1 63
diff --git a/app-text/sgml2x/files/digest-sgml2x-0.11-r1 b/app-text/sgml2x/files/digest-sgml2x-0.11-r1
deleted file mode 100644
index 99b5a5499b9b..000000000000
--- a/app-text/sgml2x/files/digest-sgml2x-0.11-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b83d6690903774a1b925501c58488c4f sgml2x-0.11.tar.gz 189213
diff --git a/app-text/sgml2x/sgml2x-0.11-r1.ebuild b/app-text/sgml2x/sgml2x-0.11-r1.ebuild
deleted file mode 100644
index 69682998829a..000000000000
--- a/app-text/sgml2x/sgml2x-0.11-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sgml2x/sgml2x-0.11-r1.ebuild,v 1.22 2005/01/01 16:35:20 eradicator Exp $
-
-DESCRIPTION="Frontend for jade and jadetex"
-SRC_URI="ftp://sgml2x.sourceforge.net/pub/sgml2x/${P}.tar.gz"
-HOMEPAGE="http://sgml2x.sourceforge.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc"
-IUSE=""
-
-DEPEND=">=dev-lang/perl-5"
-
-src_compile() {
- make || die
-}
-
-src_install() {
- dodir /usr/bin
- dodir /etc
- make PREFIX=${D}/usr prefix=${D}/usr sysconfdir=${D}/etc install
- echo <<END > ${D}/sgml2x.conf
-# Path to dsssl-stylesheets
-stylepath=/usr/share/sgml/docbook/dsssl-stylesheets-1.64
-END
- dodoc README
- dohtml -r doc
-}