diff options
author | 2015-04-01 07:05:22 +0000 | |
---|---|---|
committer | 2015-04-01 07:05:22 +0000 | |
commit | 294d8c992d689fbcee544a168d911aa143f4d286 (patch) | |
tree | eccaad32407eaf48036733e89dfdc3a9398596b3 /sys-apps | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-294d8c992d689fbcee544a168d911aa143f4d286.tar.gz gentoo-2-294d8c992d689fbcee544a168d911aa143f4d286.tar.bz2 gentoo-2-294d8c992d689fbcee544a168d911aa143f4d286.zip |
Version bump. Removed old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/ed/ChangeLog | 10 | ||||
-rw-r--r-- | sys-apps/ed/ed-1.11.ebuild | 30 | ||||
-rw-r--r-- | sys-apps/ed/ed-1.8.ebuild | 29 | ||||
-rw-r--r-- | sys-apps/ed/ed-1.9.ebuild | 29 |
4 files changed, 38 insertions, 60 deletions
diff --git a/sys-apps/ed/ChangeLog b/sys-apps/ed/ChangeLog index aae0bfa19b05..cff2745669f7 100644 --- a/sys-apps/ed/ChangeLog +++ b/sys-apps/ed/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/ed -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.106 2014/02/27 20:14:08 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.107 2015/04/01 07:05:22 polynomial-c Exp $ + +*ed-1.11 (01 Apr 2015) + + 01 Apr 2015; Lars Wendler <polynomial-c@gentoo.org> -ed-1.8.ebuild, + -ed-1.9.ebuild, +ed-1.11.ebuild: + Version bump. Removed old. 27 Feb 2014; Samuli Suominen <ssuominen@gentoo.org> ed-1.10.ebuild: Use the unpacker_src_uri_depends() function to pull in either pdlzip or lzip diff --git a/sys-apps/ed/ed-1.11.ebuild b/sys-apps/ed/ed-1.11.ebuild new file mode 100644 index 000000000000..eee32e3226d0 --- /dev/null +++ b/sys-apps/ed/ed-1.11.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.11.ebuild,v 1.1 2015/04/01 07:05:22 polynomial-c Exp $ + +EAPI="4" + +inherit toolchain-funcs unpacker + +DESCRIPTION="Your basic line editor" +HOMEPAGE="http://www.gnu.org/software/ed/" +SRC_URI="mirror://gnu/ed/${P}.tar.lz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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="$(unpacker_src_uri_depends) + sys-apps/texinfo" +RDEPEND="" + +src_configure() { + # Upstream configure script is moronic. + econf \ + CC="$(tc-getCC)" \ + CFLAGS="${CFLAGS}" \ + LDFLAGS="${CFLAGS} ${LDFLAGS}" \ + CPPFLAGS="${CPPFLAGS}" \ + --bindir="${EPREFIX}/bin" +} diff --git a/sys-apps/ed/ed-1.8.ebuild b/sys-apps/ed/ed-1.8.ebuild deleted file mode 100644 index d2a6030da3c5..000000000000 --- a/sys-apps/ed/ed-1.8.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.8.ebuild,v 1.2 2014/01/18 03:08:42 vapier Exp $ - -EAPI="4" - -inherit 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 ~arm64 ~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" -RDEPEND="" - -src_configure() { - # Upstream configure script is moronic. - econf \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - LDFLAGS="${CFLAGS} ${LDFLAGS}" \ - CPPFLAGS="${CPPFLAGS}" \ - --bindir="${EPREFIX}/bin" -} diff --git a/sys-apps/ed/ed-1.9.ebuild b/sys-apps/ed/ed-1.9.ebuild deleted file mode 100644 index a87dbcbbd7cf..000000000000 --- a/sys-apps/ed/ed-1.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.9.ebuild,v 1.2 2014/01/18 03:08:43 vapier Exp $ - -EAPI="4" - -inherit 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 ~arm64 ~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" -RDEPEND="" - -src_configure() { - # Upstream configure script is moronic. - econf \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - LDFLAGS="${CFLAGS} ${LDFLAGS}" \ - CPPFLAGS="${CPPFLAGS}" \ - --bindir="${EPREFIX}/bin" -} |