axs         14/08/24 02:26:11

  Modified:             ChangeLog
  Added:                Curses-1.280.0-r1.ebuild
  Removed:              Curses-1.280.0.ebuild
  Log:
  bumped EAPI to 5; committed directly to stable as no other changes present 
and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 2B6559ED)

Revision  Changes    Path
1.64                 dev-perl/Curses/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Curses/ChangeLog?rev=1.64&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Curses/ChangeLog?rev=1.64&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Curses/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Curses/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   24 Jun 2012 12:59:57 -0000      1.63
+++ ChangeLog   24 Aug 2014 02:26:11 -0000      1.64
@@ -1,6 +1,13 @@
 # ChangeLog for dev-perl/Curses
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses/ChangeLog,v 1.63 2012/06/24 
12:59:57 tove Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses/ChangeLog,v 1.64 2014/08/24 
02:26:11 axs Exp $
+
+*Curses-1.280.0-r1 (24 Aug 2014)
+
+  24 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]>
+  +Curses-1.280.0-r1.ebuild, -Curses-1.280.0.ebuild:
+  bumped EAPI to 5; committed directly to stable as no other changes present 
and
+  revbump helps stable systems to keep from dieing on perl-5.18 upgrade
 
   24 Jun 2012; Torsten Veller <[email protected]> metadata.xml:
   Update CPAN upstream info



1.1                  dev-perl/Curses/Curses-1.280.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Curses/Curses-1.280.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Curses/Curses-1.280.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: Curses-1.280.0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses/Curses-1.280.0-r1.ebuild,v 
1.1 2014/08/24 02:26:11 axs Exp $

EAPI=5

MODULE_AUTHOR=GIRAFFED
MODULE_VERSION=1.28
MODULE_A_EXT=tgz
inherit perl-module

DESCRIPTION="Curses interface modules for Perl"

SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~sparc-solaris 
~x86-solaris"
IUSE="unicode"

DEPEND=">=sys-libs/ncurses-5[unicode?]"
RDEPEND="${DEPEND}"

SRC_TEST="do"

my_curses_version() {
        echo ncurses$(use unicode && echo w)
}

pkg_setup() {
        myconf="${myconf} FORMS PANELS MENUS"
        mydoc=HISTORY
        export CURSES_LIBTYPE=$(my_curses_version)
        export CURSES_LDFLAGS=$($(my_curses_version)5-config --libs)
        export CURSES_CFLAGS=$( $(my_curses_version)5-config --cflags)
}

src_configure(){
        perl-module_src_configure
        if ! use unicode ; then
                sed -i 's:<form.h>:"/usr/include/form.h":' "${S}"/c-config.h || 
die
        fi
}




Reply via email to