public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] ebuild error: multiple version parts
@ 2005-09-08 21:52 David Harel
  2005-09-08 22:45 ` Neil Bothwick
  0 siblings, 1 reply; 4+ messages in thread
From: David Harel @ 2005-09-08 21:52 UTC (permalink / raw
  To: Gentoo Users

Hi there,

Taken from: http://www.kde-apps.org/content/download.php?content=28102&id=1

I got this script (attached below). When I run it:
$ ebuild /tmp/28102-ktranslator-0.3.ebuild setup
I get:
!!! Name error in 28102-ktranslator-0.3: multiple version parts.
!!! Error: PF is null '28102-ktranslator-0.3'; exiting.


the script:
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2


inherit kde eutils flag-o-matic

DESCRIPTION="KTranslator is a translation program to KDE"
HOMEPAGE="http://ktranslator.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
KEYWORDS="x86"

need-kde 3


-- 
Thanks.

David Harel,

==================================

Home office +972 4 6921986
Fax:        +972 4 6921986
Cellular:   +972 54 4534502
Snail Mail: Amuka
             D.N Merom Hagalil
             13802
             Israel
Email:      hareldvd@ergolight-sw.com


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] ebuild error: multiple version parts
  2005-09-08 21:52 [gentoo-user] ebuild error: multiple version parts David Harel
@ 2005-09-08 22:45 ` Neil Bothwick
  2005-09-08 22:58   ` David Harel
  0 siblings, 1 reply; 4+ messages in thread
From: Neil Bothwick @ 2005-09-08 22:45 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 658 bytes --]

On Fri, 09 Sep 2005 00:52:48 +0300, David Harel wrote:

> I got this script (attached below). When I run it:
> $ ebuild /tmp/28102-ktranslator-0.3.ebuild setup
> I get:
> !!! Name error in 28102-ktranslator-0.3: multiple version parts.
> !!! Error: PF is null '28102-ktranslator-0.3'; exiting.

Portage is seeing two version numbers in the filename, 0.3 and 28102. 
Rename the ebuild to ktranslator-0.3.ebuild.


-- 
Neil Bothwick

JPEG (JPG)
 Joint Photographic Experts Group. The original name of the
 committee that designed the eponymous standard image compression
 algorithm. Abbreviated to JPG by PPL WHO CNT TYP or WSE PCS ARE BKN.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] ebuild error: multiple version parts
  2005-09-08 22:45 ` Neil Bothwick
@ 2005-09-08 22:58   ` David Harel
  2005-09-09  8:08     ` Neil Bothwick
  0 siblings, 1 reply; 4+ messages in thread
From: David Harel @ 2005-09-08 22:58 UTC (permalink / raw
  To: gentoo-user

Thanks,

Neil Bothwick wrote:
> On Fri, 09 Sep 2005 00:52:48 +0300, David Harel wrote:
> 
> 
>>I got this script (attached below). When I run it:
>>$ ebuild /tmp/28102-ktranslator-0.3.ebuild setup
>>I get:
>>!!! Name error in 28102-ktranslator-0.3: multiple version parts.
>>!!! Error: PF is null '28102-ktranslator-0.3'; exiting.
> 
> 
> Portage is seeing two version numbers in the filename, 0.3 and 28102. 
> Rename the ebuild to ktranslator-0.3.ebuild.

Now I get:
!!! aux_get(): ebuild path for '/ktranslator-0.3' not specified:
!!!            None

QA Notice: ECLASS 'kde' inherited illegally in /ktranslator-0.3


QA Notice: ECLASS 'base' inherited illegally in /ktranslator-0.3


QA Notice: ECLASS 'eutils' inherited illegally in /ktranslator-0.3

> 
> 

-- 
Thanks.

David Harel,

==================================

Home office +972 4 6921986
Fax:        +972 4 6921986
Cellular:   +972 54 4534502
Snail Mail: Amuka
             D.N Merom Hagalil
             13802
             Israel
Email:      hareldvd@ergolight-sw.com

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] ebuild error: multiple version parts
  2005-09-08 22:58   ` David Harel
@ 2005-09-09  8:08     ` Neil Bothwick
  0 siblings, 0 replies; 4+ messages in thread
From: Neil Bothwick @ 2005-09-09  8:08 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 801 bytes --]

On Fri, 09 Sep 2005 01:58:37 +0300, David Harel wrote:

> >>I got this script (attached below). When I run it:
> >>$ ebuild /tmp/28102-ktranslator-0.3.ebuild setup
> >>I get:
> >>!!! Name error in 28102-ktranslator-0.3: multiple version parts.
> >>!!! Error: PF is null '28102-ktranslator-0.3'; exiting.
> > 
> > 
> > Portage is seeing two version numbers in the filename, 0.3 and 28102. 
> > Rename the ebuild to ktranslator-0.3.ebuild.
> 
> Now I get:
> !!! aux_get(): ebuild path for '/ktranslator-0.3' not specified:
> !!!            None

Of course you are, because the ebuild in in /temp not in your overlay.
You need to save it to
$PORTDIR_OVERLAY/cate-gory/ktranslator/ktranslator-0.3.ebuild


-- 
Neil Bothwick

"Energize!" said Picard and the pink bunny appeared...

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-09-09  8:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-08 21:52 [gentoo-user] ebuild error: multiple version parts David Harel
2005-09-08 22:45 ` Neil Bothwick
2005-09-08 22:58   ` David Harel
2005-09-09  8:08     ` Neil Bothwick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox