patrick 14/05/20 07:03:09 Modified: ChangeLog Added: twisted-lore-14.0.0.ebuild Log: Bump (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.75 dev-python/twisted-lore/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-lore/ChangeLog?rev=1.75&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-lore/ChangeLog?rev=1.75&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-lore/ChangeLog?r1=1.74&r2=1.75 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- ChangeLog 21 Jan 2014 04:51:29 -0000 1.74 +++ ChangeLog 20 May 2014 07:03:09 -0000 1.75 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/twisted-lore # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.74 2014/01/21 04:51:29 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.75 2014/05/20 07:03:09 patrick Exp $ + +*twisted-lore-14.0.0 (20 May 2014) + + 20 May 2014; Patrick Lauer <[email protected]> +twisted-lore-14.0.0.ebuild: + Bump 21 Jan 2014; Patrick Lauer <[email protected]> -twisted-lore-10.2.0.ebuild, -twisted-lore-11.0.0.ebuild, -twisted-lore-11.1.0.ebuild, 1.1 dev-python/twisted-lore/twisted-lore-14.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-lore/twisted-lore-14.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-lore/twisted-lore-14.0.0.ebuild?rev=1.1&content-type=text/plain Index: twisted-lore-14.0.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-14.0.0.ebuild,v 1.1 2014/05/20 07:03:09 patrick Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) inherit twisted-r1 DESCRIPTION="Twisted documentation system" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] =dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}"
