mr_bones_    14/07/04 08:29:33

  Modified:             blassic-0.10.2.ebuild ChangeLog
  Log:
  EAPI=5; simplify
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  dev-lang/blassic/blassic-0.10.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/blassic/blassic-0.10.2.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/blassic/blassic-0.10.2.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/blassic/blassic-0.10.2.ebuild?r1=1.7&r2=1.8

Index: blassic-0.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/blassic/blassic-0.10.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- blassic-0.10.2.ebuild       3 Nov 2012 13:25:30 -0000       1.7
+++ blassic-0.10.2.ebuild       4 Jul 2014 08:29:33 -0000       1.8
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/blassic/blassic-0.10.2.ebuild,v 
1.7 2012/11/03 13:25:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/blassic/blassic-0.10.2.ebuild,v 
1.8 2014/07/04 08:29:33 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils
 
 DESCRIPTION="classic Basic interpreter"
@@ -12,22 +12,20 @@
 LICENSE="GPL-2"
 KEYWORDS="~amd64 hppa ppc x86 ~x86-linux ~ppc-macos ~x86-macos"
 SLOT="0"
-IUSE="svga X"
+IUSE="X"
 
 RDEPEND="sys-libs/ncurses
-       X? ( x11-libs/libICE x11-libs/libX11 x11-libs/libSM )
-       svga? ( media-libs/svgalib )"
+       X? ( x11-libs/libICE x11-libs/libX11 x11-libs/libSM )"
 DEPEND="${RDEPEND}
        X? ( x11-proto/xproto )"
 
 src_configure() {
        econf \
-               --disable-dependency-tracking \
-               $(use_with X x) \
-               $(use_enable svga svgalib)
+               --disable-svgalib \
+               $(use_with X x)
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
+       emake DESTDIR="${D}" install
        dodoc AUTHORS NEWS README THANKS TODO
 }



1.32                 dev-lang/blassic/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/blassic/ChangeLog?rev=1.32&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/blassic/ChangeLog?rev=1.32&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/blassic/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/blassic/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   3 Nov 2012 13:25:30 -0000       1.31
+++ ChangeLog   4 Jul 2014 08:29:33 -0000       1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/blassic
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/blassic/ChangeLog,v 1.31 
2012/11/03 13:25:30 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/blassic/ChangeLog,v 1.32 
2014/07/04 08:29:33 mr_bones_ Exp $
+
+  04 Jul 2014; Michael Sterrett <[email protected]> blassic-0.10.2.ebuild:
+  EAPI=5; simplify
 
   03 Nov 2012; Agostino Sarubbo <[email protected]> blassic-0.10.2.ebuild:
   Add ~amd64, wrt bug #440676




Reply via email to