diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/bicyclerepair/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/bicyclerepair/bicyclerepair-0.7.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/bicyclerepair/bicyclerepair-0.9.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/bicyclerepair/ChangeLog b/dev-python/bicyclerepair/ChangeLog index 60a183d923f9..9c07c518782d 100644 --- a/dev-python/bicyclerepair/ChangeLog +++ b/dev-python/bicyclerepair/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/bicyclerepair # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/ChangeLog,v 1.14 2007/03/05 02:40:53 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/ChangeLog,v 1.15 2007/06/25 07:21:06 hawking Exp $ + + 25 Jun 2007; Ali Polatel <hawking@gentoo.org> + bicyclerepair-0.7.1-r1.ebuild, bicyclerepair-0.9.ebuild: + removed unneeded emtpy lines 05 Mar 2007; Marius Mauch <genone@gentoo.org> bicyclerepair-0.7.1.ebuild, bicyclerepair-0.7.1-r1.ebuild, bicyclerepair-0.9.ebuild: diff --git a/dev-python/bicyclerepair/bicyclerepair-0.7.1-r1.ebuild b/dev-python/bicyclerepair/bicyclerepair-0.7.1-r1.ebuild index 30a79b2632e5..26bd79de84c4 100644 --- a/dev-python/bicyclerepair/bicyclerepair-0.7.1-r1.ebuild +++ b/dev-python/bicyclerepair/bicyclerepair-0.7.1-r1.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.7.1-r1.ebuild,v 1.5 2007/03/05 02:40:53 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.7.1-r1.ebuild,v 1.6 2007/06/25 07:21:06 hawking Exp $ inherit distutils mydoc="NEWS DESIGN" - DESCRIPTION="Bicycle Repair Man is the Python Refactoring Browser," HOMEPAGE="http://bicyclerepair.sourceforge.net/" SRC_URI="mirror://sourceforge/bicyclerepair/${P}.tar.gz" @@ -40,4 +39,3 @@ pkg_postinst() { elog "mode and add this to your .emacs or .init.el:" elog "(load-library '/usr/share/bicyclerepair/bike.el')" } - diff --git a/dev-python/bicyclerepair/bicyclerepair-0.9.ebuild b/dev-python/bicyclerepair/bicyclerepair-0.9.ebuild index 66f43e83bc3a..32abab0d6427 100644 --- a/dev-python/bicyclerepair/bicyclerepair-0.9.ebuild +++ b/dev-python/bicyclerepair/bicyclerepair-0.9.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.9.ebuild,v 1.5 2007/03/05 02:40:53 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.9.ebuild,v 1.6 2007/06/25 07:21:06 hawking Exp $ inherit distutils mydoc="NEWS DESIGN" - DESCRIPTION="Bicycle Repair Man is the Python Refactoring Browser," HOMEPAGE="http://bicyclerepair.sourceforge.net/" SRC_URI="mirror://sourceforge/bicyclerepair/${P}.tar.gz" @@ -40,4 +39,3 @@ pkg_postinst() { elog "mode and add this to your .emacs or .init.el:" elog "(load-library '/usr/share/bicyclerepair/bike.el')" } - |