Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113994 - app-text/an ebuild typo
Summary: app-text/an ebuild typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Jeroen Roovers (RETIRED)
URL: http://gentoo-portage.com/app-text/an
Whiteboard:
Keywords:
: 114009 (view as bug list)
Depends on:
Blocks: 113966
  Show dependency tree
 
Reported: 2005-11-30 00:51 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2005-11-30 17:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2005-11-30 00:51:53 UTC
"inherit eutils..." is after DESCRIPTION=, which gets overwritten. Shouldn't
"inherit ..." be first?

--- an-0.95.3.ebuild.old        2005-11-30 09:49:09.000000000 +0100
+++ an-0.95.3.ebuild    2005-11-30 09:49:24.000000000 +0100
@@ -2,11 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/app-text/an/an-0.95.3.ebuild,v 1.1
2005/11/30 00:02:08 jer Exp $

+inherit eutils toolchain-funcs versionator
+
 DESCRIPTION="Very fast anagram generator with dictionary lookup"
 HOMEPAGE="http://packages.debian.org/stable/games/an"

-inherit eutils toolchain-funcs versionator
-
 MY_PV="$(get_version_component_range 1-2)"
 SRC_URI="http://ftp.debian.org/debian/pool/main/a/an/${PN}_${MY_PV}.orig.tar.gz"
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2005-11-30 04:04:53 UTC
*** Bug 114009 has been marked as a duplicate of this bug. ***
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2005-11-30 04:05:44 UTC
Oh dear. Fixed in CVS as soon as that host is accessible again. 8-)
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2005-11-30 17:04:03 UTC
Fixed in CVS. Thanks both of you.