summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-06-20 22:44:54 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-06-20 22:44:54 +0000
commit6ca67f61549f2f8bd67a9c9f44fe597a7e11421c (patch)
tree25e2b8fd248dbfd6a00caf8c83d21551ea6a1cc0 /net-misc/hsc
parentMove all the patches to the mirrors, this removes a bzip2-compressed file fro... (diff)
downloadgentoo-2-6ca67f61549f2f8bd67a9c9f44fe597a7e11421c.tar.gz
gentoo-2-6ca67f61549f2f8bd67a9c9f44fe597a7e11421c.tar.bz2
gentoo-2-6ca67f61549f2f8bd67a9c9f44fe597a7e11421c.zip
Remove old version, and with that two binary files from CVS. Note that one of the two was left unused.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/hsc')
-rw-r--r--net-misc/hsc/ChangeLog9
-rw-r--r--net-misc/hsc/files/Makefile.hsc-0.929.patch.gzbin629 -> 0 bytes
-rw-r--r--net-misc/hsc/files/Makefile.hsc-0.931.patch.bz2bin791 -> 0 bytes
-rw-r--r--net-misc/hsc/hsc-0.929.ebuild39
4 files changed, 7 insertions, 41 deletions
diff --git a/net-misc/hsc/ChangeLog b/net-misc/hsc/ChangeLog
index 8fabe27d77be..6391f33d3969 100644
--- a/net-misc/hsc/ChangeLog
+++ b/net-misc/hsc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/hsc
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hsc/ChangeLog,v 1.13 2008/10/28 07:21:43 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hsc/ChangeLog,v 1.14 2009/06/20 22:44:53 flameeyes Exp $
+
+ 20 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> -hsc-0.929.ebuild,
+ -files/Makefile.hsc-0.929.patch.gz, -files/Makefile.hsc-0.931.patch.bz2:
+ Remove old version, and with that two binary files from CVS. Note that one
+ of the two was left unused.
28 Oct 2008; Alexis Ballier <aballier@gentoo.org>
+files/hsc-1.0b-parmake.patch, hsc-1.0b.ebuild:
diff --git a/net-misc/hsc/files/Makefile.hsc-0.929.patch.gz b/net-misc/hsc/files/Makefile.hsc-0.929.patch.gz
deleted file mode 100644
index af1cec733734..000000000000
--- a/net-misc/hsc/files/Makefile.hsc-0.929.patch.gz
+++ /dev/null
Binary files differ
diff --git a/net-misc/hsc/files/Makefile.hsc-0.931.patch.bz2 b/net-misc/hsc/files/Makefile.hsc-0.931.patch.bz2
deleted file mode 100644
index b5acbbd0ecba..000000000000
--- a/net-misc/hsc/files/Makefile.hsc-0.931.patch.bz2
+++ /dev/null
Binary files differ
diff --git a/net-misc/hsc/hsc-0.929.ebuild b/net-misc/hsc/hsc-0.929.ebuild
deleted file mode 100644
index 5fe6da7219b6..000000000000
--- a/net-misc/hsc/hsc-0.929.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hsc/hsc-0.929.ebuild,v 1.5 2005/03/25 14:33:53 kugelfang Exp $
-
-DESCRIPTION="An HTML preprocessor using ML syntax"
-HOMEPAGE="http://www.linguistik.uni-erlangen.de/~msbethke/software.html"
-SRC_URI="http://www.linguistik.uni-erlangen.de/~msbethke/binaries/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- gzcat ${FILESDIR}/Makefile.${PF}.patch.gz|patch -p1 Makefile || die "patch failed"
-}
-
-src_compile() {
- #The patch ensures this line works.
- make || die
-}
-
-src_install() {
- dodir /usr/bin
- dodir /usr/lib
- dodir /usr/share
- #This makefile uses INSTDIR instead of DESTDIR
- make INSTDIR=${D}/usr/ install || die
-}
-
-pkg_postinst() {
- einfo Documentation and examples for HSC are available in
- einfo /usr/share/doc/${P}/
-}