summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-09-29 14:20:13 +0000
committerMike Frysinger <vapier@gentoo.org>2004-09-29 14:20:13 +0000
commit0a1d392ed310d77e1df2ec7473aee89a619a3b85 (patch)
tree8c10e186200277b90fd91967b5fa38bcbc914eed /app-arch/sharutils
parentfix some buffer overflows #65773 (Manifest recommit) (diff)
downloadgentoo-2-0a1d392ed310d77e1df2ec7473aee89a619a3b85.tar.gz
gentoo-2-0a1d392ed310d77e1df2ec7473aee89a619a3b85.tar.bz2
gentoo-2-0a1d392ed310d77e1df2ec7473aee89a619a3b85.zip
old
Diffstat (limited to 'app-arch/sharutils')
-rw-r--r--app-arch/sharutils/files/digest-sharutils-4.2.1-r61
-rw-r--r--app-arch/sharutils/files/digest-sharutils-4.2.1-r71
-rw-r--r--app-arch/sharutils/files/digest-sharutils-4.2.1-r81
-rw-r--r--app-arch/sharutils/sharutils-4.2.1-r6.ebuild59
-rw-r--r--app-arch/sharutils/sharutils-4.2.1-r7.ebuild59
-rw-r--r--app-arch/sharutils/sharutils-4.2.1-r8.ebuild63
6 files changed, 0 insertions, 184 deletions
diff --git a/app-arch/sharutils/files/digest-sharutils-4.2.1-r6 b/app-arch/sharutils/files/digest-sharutils-4.2.1-r6
deleted file mode 100644
index afb942300ec9..000000000000
--- a/app-arch/sharutils/files/digest-sharutils-4.2.1-r6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b8ba1d409f07edcb335ff72a27bd9828 sharutils-4.2.1.tar.gz 306022
diff --git a/app-arch/sharutils/files/digest-sharutils-4.2.1-r7 b/app-arch/sharutils/files/digest-sharutils-4.2.1-r7
deleted file mode 100644
index afb942300ec9..000000000000
--- a/app-arch/sharutils/files/digest-sharutils-4.2.1-r7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b8ba1d409f07edcb335ff72a27bd9828 sharutils-4.2.1.tar.gz 306022
diff --git a/app-arch/sharutils/files/digest-sharutils-4.2.1-r8 b/app-arch/sharutils/files/digest-sharutils-4.2.1-r8
deleted file mode 100644
index afb942300ec9..000000000000
--- a/app-arch/sharutils/files/digest-sharutils-4.2.1-r8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b8ba1d409f07edcb335ff72a27bd9828 sharutils-4.2.1.tar.gz 306022
diff --git a/app-arch/sharutils/sharutils-4.2.1-r6.ebuild b/app-arch/sharutils/sharutils-4.2.1-r6.ebuild
deleted file mode 100644
index ce537ca4ecdf..000000000000
--- a/app-arch/sharutils/sharutils-4.2.1-r6.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.2.1-r6.ebuild,v 1.8 2004/09/29 14:16:26 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="Tools to deal with shar archives"
-HOMEPAGE="http://www.gnu.org/software/sharutils/"
-SRC_URI="mirror://gentoo/${P}.tar.gz
- mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ppc64"
-IUSE="nls"
-
-DEPEND="sys-apps/texinfo
- nls? ( >=sys-devel/gettext-0.10.35 )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.patch
-
- cd ${S}/po
- mv nl.po nl.po.orig
- sed -e 's/aangemaakt/aangemaakt\\n/' nl.po.orig > nl.po
- mv pt.po pt.po.orig
- sed -e 's/de %dk/de %dk\\n/' pt.po.orig > pt.po
-}
-
-src_compile() {
- local myconf
- use nls || myconf="${myconf} --disable-nls"
-
- ./configure --host=${CHOST} --prefix=/usr ${myconf} || die
- make ${MAKEOPTS} localedir=/usr/share/locale || die
-}
-
-src_install() {
- make \
- prefix=${D}/usr \
- localedir=${D}/usr/share/locale \
- infodir=${D}/usr/share/info \
- install || die
-
- doman doc/*.[15]
- #Remove some strange locals
- cd ${D}/usr/share/locale
- for i in *.
- do
- rm -rf ${i}
- done
- rm -rf ${D}/usr/lib
-
- cd ${S}
- dodoc AUTHORS BACKLOG ChangeLog ChangeLog.OLD \
- NEWS README README.OLD THANKS TODO
-}
diff --git a/app-arch/sharutils/sharutils-4.2.1-r7.ebuild b/app-arch/sharutils/sharutils-4.2.1-r7.ebuild
deleted file mode 100644
index 10cf1da7d6bd..000000000000
--- a/app-arch/sharutils/sharutils-4.2.1-r7.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.2.1-r7.ebuild,v 1.7 2004/09/29 14:16:26 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="Tools to deal with shar archives"
-HOMEPAGE="http://www.gnu.org/software/sharutils/"
-SRC_URI="mirror://gentoo/${P}.tar.gz
- mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64 ~ppc64 s390"
-IUSE="nls"
-
-DEPEND="sys-apps/texinfo
- nls? ( >=sys-devel/gettext-0.10.35 )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.patch
-
- cd ${S}/po
- cp ja_JP.EUC.po ja.po
- cp ja_JP.EUC.gmo ja.gmo
- sed -i -e 's/aangemaakt/aangemaakt\\n/' nl.po
- sed -i -e 's/de %dk/de %dk\\n/' pt.po
-}
-
-src_compile() {
- local myconf=
- use nls || myconf="${myconf} --disable-nls"
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- local x=
-
- einstall \
- localedir=${D}/usr/share/locale \
- || die
-
- doman doc/*.[15]
- # Remove some strange locales
- cd ${D}/usr/share/locale
- for x in *.
- do
- rm -rf ${x}
- done
- rm -rf ${D}/usr/lib
-
- cd ${S}
- dodoc AUTHORS BACKLOG ChangeLog ChangeLog.OLD \
- NEWS README README.OLD THANKS TODO
-}
diff --git a/app-arch/sharutils/sharutils-4.2.1-r8.ebuild b/app-arch/sharutils/sharutils-4.2.1-r8.ebuild
deleted file mode 100644
index b839fea159fa..000000000000
--- a/app-arch/sharutils/sharutils-4.2.1-r8.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.2.1-r8.ebuild,v 1.8 2004/09/29 14:16:26 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="Tools to deal with shar archives"
-HOMEPAGE="http://www.gnu.org/software/sharutils/"
-SRC_URI="mirror://gentoo/${P}.tar.gz
- mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64 ~ppc sparc alpha hppa ia64 ~ppc64 s390 mips"
-IUSE="nls"
-
-RDEPEND="sys-apps/texinfo
- nls? ( >=sys-devel/gettext-0.10.35 )"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.patch
- epatch ${FILESDIR}/${P}-buffer-check.patch #46998
-
- cd ${S}/po
- cp ja_JP.EUC.po ja.po
- cp ja_JP.EUC.gmo ja.gmo
- sed -i \
- -e 's/aangemaakt/aangemaakt\\n/' nl.po \
- || die "sed nl.po failed"
- sed -i \
- -e 's/de %dk/de %dk\\n/' pt.po \
- || die "sed pt.po failed"
-}
-
-src_compile() {
- econf `use_enable nls` || die
- emake || die "emake failed"
-}
-
-src_install() {
- local x=
-
- einstall \
- localedir=${D}/usr/share/locale \
- || die
-
- doman doc/*.[15]
- # Remove some strange locales
- cd ${D}/usr/share/locale
- for x in *.
- do
- rm -rf ${x}
- done
- rm -rf ${D}/usr/lib
-
- cd ${S}
- dodoc AUTHORS BACKLOG ChangeLog ChangeLog.OLD \
- NEWS README README.OLD THANKS TODO
-}