floppym     14/06/30 04:30:58

  Modified:             ChangeLog
  Added:                newt_syrup-0.1.2-r1.ebuild
  Removed:              newt_syrup-0.1.2.ebuild
  Log:
  Convert to distutils-r1. Depend on setuptools.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.3                  dev-python/newt_syrup/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/newt_syrup/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/newt_syrup/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/newt_syrup/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/newt_syrup/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   22 Jul 2011 15:59:33 -0000      1.2
+++ ChangeLog   30 Jun 2014 04:30:58 -0000      1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/newt_syrup
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/newt_syrup/ChangeLog,v 1.2 
2011/07/22 15:59:33 cardoe Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/newt_syrup/ChangeLog,v 1.3 
2014/06/30 04:30:58 floppym Exp $
+
+*newt_syrup-0.1.2-r1 (30 Jun 2014)
+
+  30 Jun 2014; Mike Gilbert <[email protected]> +newt_syrup-0.1.2-r1.ebuild,
+  -newt_syrup-0.1.2.ebuild:
+  Convert to distutils-r1. Depend on setuptools.
 
   22 Jul 2011; Doug Goldstein <[email protected]> newt_syrup-0.1.2.ebuild:
   Add ~amd64 keyword
@@ -10,4 +16,3 @@
   21 Jul 2011; Jesus Rivero <[email protected]> +newt_syrup-0.1.2.ebuild,
   +metadata.xml:
   Initial commit. Closes bug #356711
-



1.1                  dev-python/newt_syrup/newt_syrup-0.1.2-r1.ebuild

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

Index: newt_syrup-0.1.2-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/newt_syrup/newt_syrup-0.1.2-r1.ebuild,v 1.1 
2014/06/30 04:30:58 floppym Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="A Python framework for creating text-based applications"
HOMEPAGE="http://fedorahosted.org/newt-syrup/";
SRC_URI="http://mcpierce.fedorapeople.org/rpms/${P}.tar.gz";

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=">=dev-libs/newt-0.52.11"

DOCS="COLORS"




Reply via email to