diff options
author | Ali Polatel <hawking@gentoo.org> | 2007-06-25 07:21:06 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2007-06-25 07:21:06 +0000 |
commit | 6b08e41c8149a9a117538f4787adab3aebea5028 (patch) | |
tree | 73ba1f19a77c56811887fcbb97f3c0cd4d976f08 /dev-python/bicyclerepair/bicyclerepair-0.7.1-r1.ebuild | |
parent | gawd. more cosmetics. (diff) | |
download | gentoo-2-6b08e41c8149a9a117538f4787adab3aebea5028.tar.gz gentoo-2-6b08e41c8149a9a117538f4787adab3aebea5028.tar.bz2 gentoo-2-6b08e41c8149a9a117538f4787adab3aebea5028.zip |
removed unneeded emtpy lines
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-python/bicyclerepair/bicyclerepair-0.7.1-r1.ebuild')
-rw-r--r-- | dev-python/bicyclerepair/bicyclerepair-0.7.1-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
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')" } - |