diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-06-26 14:05:01 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-06-26 14:05:01 +0000 |
commit | 0bb579fd0bd265a06d9496b95f3f3481d818e370 (patch) | |
tree | 9fc354a1326d9a4866854d6d5d572cc89e3a98d0 /dev-lang | |
parent | Version bump. Tests still fail. (diff) | |
download | gentoo-2-0bb579fd0bd265a06d9496b95f3f3481d818e370.tar.gz gentoo-2-0bb579fd0bd265a06d9496b95f3f3481d818e370.tar.bz2 gentoo-2-0bb579fd0bd265a06d9496b95f3f3481d818e370.zip |
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/bas/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lang/bas/bas-2.2.ebuild | 41 | ||||
-rw-r--r-- | dev-lang/bas/bas-2.3.ebuild | 41 | ||||
-rw-r--r-- | dev-lang/bas/files/bas-2.1-configure.patch | 28 | ||||
-rw-r--r-- | dev-lang/bas/files/bas-2.3-configure.patch | 21 |
5 files changed, 7 insertions, 133 deletions
diff --git a/dev-lang/bas/ChangeLog b/dev-lang/bas/ChangeLog index 7484212e1646..b8a47802b9ca 100644 --- a/dev-lang/bas/ChangeLog +++ b/dev-lang/bas/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/bas -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/bas/ChangeLog,v 1.6 2013/08/26 10:14:44 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/bas/ChangeLog,v 1.7 2014/06/26 14:05:01 kensington Exp $ + + 26 Jun 2014; Michael Palimaka <kensington@gentoo.org> -bas-2.2.ebuild, + -bas-2.3.ebuild, -files/bas-2.1-configure.patch, + -files/bas-2.3-configure.patch: + Remove old. *bas-2.4 (26 Aug 2013) diff --git a/dev-lang/bas/bas-2.2.ebuild b/dev-lang/bas/bas-2.2.ebuild deleted file mode 100644 index bace131670c0..000000000000 --- a/dev-lang/bas/bas-2.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/bas/bas-2.2.ebuild,v 1.1 2011/04/19 20:23:31 signals Exp $ - -EAPI=4 -inherit autotools eutils toolchain-funcs - -DESCRIPTION="An interpreter for the classic dialect of the programming language BASIC" -HOMEPAGE="http://www.moria.de/~michael/bas/" -SRC_URI="http://www.moria.de/~michael/bas/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="lr0" - -RDEPEND="sys-libs/ncurses - virtual/libintl" -DEPEND="${RDEPEND} - sys-devel/gettext" - -src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-2.1-configure.patch \ - "${FILESDIR}"/${PN}-2.1-makefile.patch - - eautoconf -} - -src_configure() { - tc-export AR - econf \ - $(use_enable lr0) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc NEWS README - insinto /usr/share/doc/${PF}/pdf - doins bas.pdf -} diff --git a/dev-lang/bas/bas-2.3.ebuild b/dev-lang/bas/bas-2.3.ebuild deleted file mode 100644 index 8b10ae028cfd..000000000000 --- a/dev-lang/bas/bas-2.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/bas/bas-2.3.ebuild,v 1.1 2013/01/30 06:51:04 patrick Exp $ - -EAPI=4 -inherit autotools eutils toolchain-funcs - -DESCRIPTION="An interpreter for the classic dialect of the programming language BASIC" -HOMEPAGE="http://www.moria.de/~michael/bas/" -SRC_URI="http://www.moria.de/~michael/bas/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="lr0" - -RDEPEND="sys-libs/ncurses - virtual/libintl" -DEPEND="${RDEPEND} - sys-devel/gettext" - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-configure.patch \ - "${FILESDIR}"/${PN}-2.1-makefile.patch - - eautoconf -} - -src_configure() { - tc-export AR - econf \ - $(use_enable lr0) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc NEWS README - insinto /usr/share/doc/${PF}/pdf - doins bas.pdf -} diff --git a/dev-lang/bas/files/bas-2.1-configure.patch b/dev-lang/bas/files/bas-2.1-configure.patch deleted file mode 100644 index 2999db9327a2..000000000000 --- a/dev-lang/bas/files/bas-2.1-configure.patch +++ /dev/null @@ -1,28 +0,0 @@ -Remove hardcoded CFLAG -pipe -Remove hardcoded LDFLAG -g - -Disable check for lrint to fix compile warning. - -Patch by Kevin McCarthy <signals42@gmail.com> - ---- configure.in -+++ configure.in -@@ -31,8 +31,8 @@ - AC_PROG_CC - if test "$GCC" = yes - then -- CFLAGS="${CFLAGS} ${EXTRA_GCFLAGS}-pipe -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common" -- LDFLAGS="${LDFLAGS} ${EXTRA_GLDFLAGS}-g" -+ CFLAGS="${CFLAGS} ${EXTRA_GCFLAGS} -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common" -+ LDFLAGS="${LDFLAGS} ${EXTRA_GLDFLAGS}" - else - CFLAGS="${CFLAGS} ${EXTRA_CFLAGS}" - LDFLAGS="${LDFLAGS} ${EXTRA_LDFLAGS}" -@@ -65,7 +65,6 @@ - exit 1 - fi - --AC_CHECK_FUNCS(lrint) - AC_CHECK_FUNCS(nanosleep) - - AC_CHECK_FUNCS(tgetent,have_tgetent=yes) diff --git a/dev-lang/bas/files/bas-2.3-configure.patch b/dev-lang/bas/files/bas-2.3-configure.patch deleted file mode 100644 index c83558d88b3b..000000000000 --- a/dev-lang/bas/files/bas-2.3-configure.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.in 2012-08-30 16:29:25.000000000 +0800 -+++ configure.in.new 2013-01-30 14:48:16.504664907 +0800 -@@ -31,8 +31,8 @@ - AC_PROG_CC - if test "$GCC" = yes - then -- CFLAGS="${CFLAGS} ${EXTRA_GCFLAGS}-pipe -Wall -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common" -- LDFLAGS="${LDFLAGS} ${EXTRA_GLDFLAGS}-g" -+ CFLAGS="${CFLAGS} ${EXTRA_GCFLAGS} -Wall -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common" -+ LDFLAGS="${LDFLAGS} ${EXTRA_GLDFLAGS}" - else - CFLAGS="${CFLAGS} ${EXTRA_CFLAGS}" - LDFLAGS="${LDFLAGS} ${EXTRA_LDFLAGS}" -@@ -66,7 +66,6 @@ - fi - - AC_CHECK_HEADERS(tgmath.h,have_tgmath_h=yes) --AC_CHECK_FUNCS(lrint) - AC_CHECK_FUNCS(nanosleep) - - AC_CHECK_FUNCS(tgetent,have_tgetent=yes) |