summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-01 16:11:34 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-01 16:11:34 +0000
commit662607817536e8ae4dcd6075a7f4de8cd0a2ba99 (patch)
tree91beeeafa0c5af2e632f319d0c919cd84bad2ac0 /net-misc
parentstable x86, bug 297312 (diff)
downloadgentoo-2-662607817536e8ae4dcd6075a7f4de8cd0a2ba99.tar.gz
gentoo-2-662607817536e8ae4dcd6075a7f4de8cd0a2ba99.tar.bz2
gentoo-2-662607817536e8ae4dcd6075a7f4de8cd0a2ba99.zip
amd64 stable wrt #289441
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/hsc/ChangeLog5
-rw-r--r--net-misc/hsc/hsc-0.935.ebuild32
-rw-r--r--net-misc/hsc/hsc-0.999.ebuild34
-rw-r--r--net-misc/hsc/hsc-1.0b.ebuild7
4 files changed, 6 insertions, 72 deletions
diff --git a/net-misc/hsc/ChangeLog b/net-misc/hsc/ChangeLog
index 63d56f73af36..8b859c168ddd 100644
--- a/net-misc/hsc/ChangeLog
+++ b/net-misc/hsc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/hsc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hsc/ChangeLog,v 1.17 2010/01/01 16:07:38 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hsc/ChangeLog,v 1.18 2010/01/01 16:11:34 ssuominen Exp $
+
+ 01 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> hsc-1.0b.ebuild:
+ amd64 stable wrt #289441
01 Jan 2010; Christian Faulhammer <fauli@gentoo.org> hsc-1.0b.ebuild:
stable x86, bug 289441
diff --git a/net-misc/hsc/hsc-0.935.ebuild b/net-misc/hsc/hsc-0.935.ebuild
deleted file mode 100644
index b1f398073f25..000000000000
--- a/net-misc/hsc/hsc-0.935.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hsc/hsc-0.935.ebuild,v 1.5 2009/09/23 19:37:23 patrick 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 ~ppc ~amd64"
-
-IUSE=""
-
-DEPEND=""
-
-src_compile() {
- 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}/
-}
diff --git a/net-misc/hsc/hsc-0.999.ebuild b/net-misc/hsc/hsc-0.999.ebuild
deleted file mode 100644
index c67ee91915d9..000000000000
--- a/net-misc/hsc/hsc-0.999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hsc/hsc-0.999.ebuild,v 1.3 2009/09/23 19:37:23 patrick 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 ~ppc ~amd64"
-
-IUSE=""
-
-DEPEND=""
-
-src_compile() {
- econf
- emake -j1 || die
-}
-
-src_install() {
- dodir /usr/bin
- dodir /usr/share/doc/hsc
- dodir /usr/share/hsc
-
- make BINDIR=${D}/usr/bin DATADIR=${D}/usr/share/hsc \
- prefix=${D}/usr docdir=${D}/usr/share/doc/hsc datadir=${D}/usr/share/hsc install || die
-}
-
-pkg_postinst() {
- einfo Documentation and examples for HSC are available in
- einfo /usr/share/doc/${P}/
-}
diff --git a/net-misc/hsc/hsc-1.0b.ebuild b/net-misc/hsc/hsc-1.0b.ebuild
index 54d8a32f5ec2..765d03bd3194 100644
--- a/net-misc/hsc/hsc-1.0b.ebuild
+++ b/net-misc/hsc/hsc-1.0b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hsc/hsc-1.0b.ebuild,v 1.4 2010/01/01 16:07:38 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hsc/hsc-1.0b.ebuild,v 1.5 2010/01/01 16:11:34 ssuominen Exp $
inherit autotools eutils
@@ -10,12 +10,9 @@ SRC_URI="http://www.linguistik.uni-erlangen.de/~msbethke/binaries/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-
+KEYWORDS="amd64 ~ppc x86"
IUSE=""
-DEPEND=""
-
S=${WORKDIR}/${PN}-${PV/b/}
src_unpack() {