diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-01-07 08:20:25 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-01-07 08:20:25 +0000 |
commit | 06f0bd1893e05695a0c32f15f0192bc9e8189acf (patch) | |
tree | 361a5dc86c3463e416ddf0a5f10b97294c377632 /sys-apps/ed | |
parent | Removed old versions and files (diff) | |
download | gentoo-2-06f0bd1893e05695a0c32f15f0192bc9e8189acf.tar.gz gentoo-2-06f0bd1893e05695a0c32f15f0192bc9e8189acf.tar.bz2 gentoo-2-06f0bd1893e05695a0c32f15f0192bc9e8189acf.zip |
Removed old versions and files
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-apps/ed')
-rw-r--r-- | sys-apps/ed/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/ed/ed-1.0.ebuild | 39 | ||||
-rw-r--r-- | sys-apps/ed/ed-1.3.ebuild | 39 | ||||
-rw-r--r-- | sys-apps/ed/ed-1.4.ebuild | 39 | ||||
-rw-r--r-- | sys-apps/ed/ed-1.5.ebuild | 36 | ||||
-rw-r--r-- | sys-apps/ed/ed-1.7-r1.ebuild | 27 | ||||
-rw-r--r-- | sys-apps/ed/files/ed-1.0-build.patch | 90 | ||||
-rw-r--r-- | sys-apps/ed/files/ed-1.2-build.patch | 38 |
8 files changed, 7 insertions, 310 deletions
diff --git a/sys-apps/ed/ChangeLog b/sys-apps/ed/ChangeLog index 4f55ca8486dc..d484086f1ddb 100644 --- a/sys-apps/ed/ChangeLog +++ b/sys-apps/ed/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/ed -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.100 2013/06/24 16:32:10 vapier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.101 2014/01/07 08:20:25 polynomial-c Exp $ + + 07 Jan 2014; Lars Wendler <polynomial-c@gentoo.org> -ed-1.0.ebuild, + -ed-1.3.ebuild, -ed-1.4.ebuild, -ed-1.5.ebuild, -ed-1.7-r1.ebuild, + -files/ed-1.0-build.patch, -files/ed-1.2-build.patch: + Removed old versions and files. *ed-1.9 (24 Jun 2013) diff --git a/sys-apps/ed/ed-1.0.ebuild b/sys-apps/ed/ed-1.0.ebuild deleted file mode 100644 index e63cb8fb49e0..000000000000 --- a/sys-apps/ed/ed-1.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.0.ebuild,v 1.8 2008/10/27 05:56:56 vapier Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Your basic line editor" -HOMEPAGE="http://www.gnu.org/software/ed/" -SRC_URI="mirror://gnu/ed/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="" - -DEPEND="sys-apps/texinfo" -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.0-build.patch -} - -src_compile() { - tc-export CC CXX - # custom configure script ... econf wont work - ./configure \ - --prefix=/ \ - --datadir=/usr/share \ - ${EXTRA_ECONF} \ - || die - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/sys-apps/ed/ed-1.3.ebuild b/sys-apps/ed/ed-1.3.ebuild deleted file mode 100644 index 01dcaa4a3ad7..000000000000 --- a/sys-apps/ed/ed-1.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.3.ebuild,v 1.2 2009/06/28 17:41:16 klausman Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Your basic line editor" -HOMEPAGE="http://www.gnu.org/software/ed/" -SRC_URI="mirror://gnu/ed/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="" - -DEPEND="sys-apps/texinfo" -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.2-build.patch -} - -src_compile() { - tc-export CC CXX - # custom configure script ... econf wont work - ./configure \ - --prefix=/ \ - --datadir=/usr/share \ - ${EXTRA_ECONF} \ - || die - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/sys-apps/ed/ed-1.4.ebuild b/sys-apps/ed/ed-1.4.ebuild deleted file mode 100644 index 83737ff3acc9..000000000000 --- a/sys-apps/ed/ed-1.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.4.ebuild,v 1.7 2010/10/02 17:39:45 armin76 Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Your basic line editor" -HOMEPAGE="http://www.gnu.org/software/ed/" -SRC_URI="mirror://gnu/ed/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="" - -DEPEND="sys-apps/texinfo" -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.2-build.patch -} - -src_compile() { - tc-export CC CXX - # custom configure script ... econf wont work - ./configure \ - --prefix=/ \ - --datadir=/usr/share \ - ${EXTRA_ECONF} \ - || die - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/sys-apps/ed/ed-1.5.ebuild b/sys-apps/ed/ed-1.5.ebuild deleted file mode 100644 index 73dc0e458c54..000000000000 --- a/sys-apps/ed/ed-1.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.5.ebuild,v 1.4 2011/08/25 18:09:34 grobian Exp $ - -EAPI="3" - -inherit eutils toolchain-funcs - -DESCRIPTION="Your basic line editor" -HOMEPAGE="http://www.gnu.org/software/ed/" -SRC_URI="mirror://gnu/ed/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="sys-apps/texinfo" -RDEPEND="" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.5-build.patch -} - -src_configure() { - tc-export CC - # custom configure script ... econf wont work - ./configure \ - --prefix="${EPREFIX}"/ \ - --datadir="${EPREFIX}"/usr/share -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/sys-apps/ed/ed-1.7-r1.ebuild b/sys-apps/ed/ed-1.7-r1.ebuild deleted file mode 100644 index e3a4c529bbc7..000000000000 --- a/sys-apps/ed/ed-1.7-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.7-r1.ebuild,v 1.1 2012/11/26 17:34:42 vapier Exp $ - -EAPI="4" - -inherit eutils toolchain-funcs - -DESCRIPTION="Your basic line editor" -HOMEPAGE="http://www.gnu.org/software/ed/" -SRC_URI="mirror://gnu/ed/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="sys-apps/texinfo" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.5-build.patch -} - -src_configure() { - tc-export CC - econf --bindir="${EPREFIX}/bin" -} diff --git a/sys-apps/ed/files/ed-1.0-build.patch b/sys-apps/ed/files/ed-1.0-build.patch deleted file mode 100644 index 61dd6b75a6bf..000000000000 --- a/sys-apps/ed/files/ed-1.0-build.patch +++ /dev/null @@ -1,90 +0,0 @@ -http://lists.gnu.org/archive/html/bug-ed/2008-12/msg00002.html - -2008-09-03 Doug Goldstein <cardoe@gentoo.org> - * Make red man page a symlink instead of a hard link - * install man pages by default - -http://lists.gnu.org/archive/html/bug-ed/2008-12/msg00001.html - -2007-04-16 Mike Frysinger <vapier@gentoo.org> - - * Clean locale vars from environment to maintain a sane state. - * Do not set CC/CXX/CPPFLAGS/LDFLAGS to "" so that user can - override if they so choose. - * Only set CFLAGS/CXXFLAGS if user did not specify any. - ---- ed-1.0/configure -+++ ed-1.0/configure -@@ -14,6 +14,19 @@ - progversion=1.0 - srctrigger=ed.h - -+# NLS nuisances. -+for as_var in \ -+ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ -+ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ -+ LC_TELEPHONE LC_TIME -+do -+ if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then -+ eval $as_var=C; export $as_var -+ else -+ unset $as_var -+ fi -+done -+ - # clear some things potentially inherited from environment. - srcdir= - prefix=/usr/local -@@ -24,12 +37,6 @@ - mandir='$(datadir)/man' - sysconfdir='$(prefix)/etc' - program_prefix= --CC= --CXX= --CPPFLAGS= --CFLAGS='-Wall -W -O2' --CXXFLAGS='-Wall -W -O2' --LDFLAGS= - - # Loop over all args - while [ x"$1" != x ] ; do -@@ -106,6 +113,14 @@ - esac - done - -+# Defaults if the user did not select any -+if [ x"${CFLAGS+set}" != xset ] ; then -+ CFLAGS='-Wall -W -O2' -+fi -+if [ x"${CXXFLAGS+set}" != xset ] ; then -+ CXXFLAGS='-Wall -W -O2' -+fi -+ - # Find the source files, if location was not specified. - srcdirtext= - if [ x"${srcdir}" = x ] ; then ---- ed-1.0/Makefile.in -+++ ed-1.0/Makefile.in -@@ -44,11 +44,11 @@ - check : $(progname) $(VPATH)/testsuite/check.sh - @$(VPATH)/testsuite/check.sh $(VPATH)/testsuite - --install : all install-info -+install : all install-info install-man - if test ! -d $(DESTDIR)$(bindir) ; then $(INSTALL) -d $(DESTDIR)$(bindir) ; fi - $(INSTALL_PROGRAM) ./$(progname) $(DESTDIR)$(bindir)/$(program_prefix)$(progname) - -rm -f $(DESTDIR)$(bindir)/$(program_prefix)r$(progname) -- cd $(DESTDIR)$(bindir) ; ln $(program_prefix)$(progname) $(program_prefix)r$(progname) -+ cd $(DESTDIR)$(bindir) ; ln -s $(program_prefix)$(progname) $(program_prefix)r$(progname) - - install-info : - if test ! -d $(DESTDIR)$(infodir) ; then $(INSTALL) -d $(DESTDIR)$(infodir) ; fi -@@ -59,7 +59,7 @@ - if test ! -d $(DESTDIR)$(mandir)/man1 ; then $(INSTALL) -d $(DESTDIR)$(mandir)/man1 ; fi - $(INSTALL_DATA) $(VPATH)/doc/$(progname).1 $(DESTDIR)$(mandir)/man1/$(program_prefix)$(progname).1 - -rm -f $(DESTDIR)$(mandir)/man1/$(program_prefix)r$(progname).1 -- cd $(DESTDIR)$(mandir)/man1 ; ln $(program_prefix)$(progname).1 $(program_prefix)r$(progname).1 -+ cd $(DESTDIR)$(mandir)/man1 ; ln -s $(program_prefix)$(progname).1 $(program_prefix)r$(progname).1 - - install-strip : all - $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install diff --git a/sys-apps/ed/files/ed-1.2-build.patch b/sys-apps/ed/files/ed-1.2-build.patch deleted file mode 100644 index b13702e17175..000000000000 --- a/sys-apps/ed/files/ed-1.2-build.patch +++ /dev/null @@ -1,38 +0,0 @@ -http://lists.gnu.org/archive/html/bug-ed/2008-12/msg00001.html - -2007-04-16 Mike Frysinger <vapier@gentoo.org> - - * Do not set CC/CXX/CPPFLAGS/LDFLAGS to "" so that user can - override if they so choose. - * Only set CFLAGS/CXXFLAGS if user did not specify any. - ---- ed-1.0/configure -+++ ed-1.0/configure -@@ -24,12 +37,6 @@ - mandir='$(datadir)/man' - sysconfdir='$(prefix)/etc' - program_prefix= --CC= --CXX= --CPPFLAGS= --CFLAGS='-Wall -W -O2' --CXXFLAGS='-Wall -W -O2' --LDFLAGS= - - # Loop over all args - while [ x"$1" != x ] ; do -@@ -106,6 +113,14 @@ - esac - done - -+# Defaults if the user did not select any -+if [ x"${CFLAGS+set}" != xset ] ; then -+ CFLAGS='-Wall -W -O2' -+fi -+if [ x"${CXXFLAGS+set}" != xset ] ; then -+ CXXFLAGS='-Wall -W -O2' -+fi -+ - # Find the source files, if location was not specified. - srcdirtext= - if [ x"${srcdir}" = x ] ; then |