diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:10:01 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:10:01 +0000 |
commit | a92f962b06c49ae5d31d0cd9e003769dbbcc9f51 (patch) | |
tree | ac543f5afc9d82d4c0a0dd6ea41abdfc654a8aa9 /dev-python | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-a92f962b06c49ae5d31d0cd9e003769dbbcc9f51.tar.gz gentoo-2-a92f962b06c49ae5d31d0cd9e003769dbbcc9f51.tar.bz2 gentoo-2-a92f962b06c49ae5d31d0cd9e003769dbbcc9f51.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/editobj/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/editobj/editobj-0.5.7-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/editobj/editobj-0.5.7-r2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/editobj/ChangeLog b/dev-python/editobj/ChangeLog index 7427b6c94a2e..3200390823ab 100644 --- a/dev-python/editobj/ChangeLog +++ b/dev-python/editobj/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/editobj -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/ChangeLog,v 1.26 2013/09/05 18:46:40 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/ChangeLog,v 1.27 2014/08/10 21:10:01 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> editobj-0.5.7-r1.ebuild, + editobj-0.5.7-r2.ebuild: + QA: drop trailing '.' from DESCRIPTION 05 Sep 2013; Michał Górny <mgorny@gentoo.org> editobj-0.5.7-r2.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/dev-python/editobj/editobj-0.5.7-r1.ebuild b/dev-python/editobj/editobj-0.5.7-r1.ebuild index c9dec2a3ac2d..bffa28c2234e 100644 --- a/dev-python/editobj/editobj-0.5.7-r1.ebuild +++ b/dev-python/editobj/editobj-0.5.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.5.7-r1.ebuild,v 1.8 2013/02/21 13:29:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.5.7-r1.ebuild,v 1.9 2014/08/10 21:10:01 slyfox Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -12,7 +12,7 @@ inherit distutils MY_P="${P/editobj/EditObj}" -DESCRIPTION="EditObj can create a dialog box to edit ANY Python object." +DESCRIPTION="EditObj can create a dialog box to edit ANY Python object" SRC_URI="http://download.gna.org/songwrite/${MY_P}.tar.gz" HOMEPAGE="http://home.gna.org/oomadness/en/editobj/index.html" diff --git a/dev-python/editobj/editobj-0.5.7-r2.ebuild b/dev-python/editobj/editobj-0.5.7-r2.ebuild index 0ec005de2528..c3e243f4739f 100644 --- a/dev-python/editobj/editobj-0.5.7-r2.ebuild +++ b/dev-python/editobj/editobj-0.5.7-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.5.7-r2.ebuild,v 1.2 2013/09/05 18:46:40 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.5.7-r2.ebuild,v 1.3 2014/08/10 21:10:01 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -10,7 +10,7 @@ inherit distutils-r1 MY_P="${P/editobj/EditObj}" -DESCRIPTION="EditObj can create a dialog box to edit ANY Python object." +DESCRIPTION="EditObj can create a dialog box to edit ANY Python object" SRC_URI="http://download.gna.org/songwrite/${MY_P}.tar.gz" HOMEPAGE="http://home.gna.org/oomadness/en/editobj/index.html" |