public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] How to name an ebuild for a beta version package
@ 2006-08-17 19:55 j.romildo
  2006-08-17 20:42 ` Peter Ruskin
  0 siblings, 1 reply; 2+ messages in thread
From: j.romildo @ 2006-08-17 19:55 UTC (permalink / raw
  To: gentoo-user

Hello.

I want to add an ebuild on my portage overlay for a beta version of a
package. The source file dis distributed as
ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8c-beta17Aug06.tar.gz
and the beta version is identified by a date.

How would one name the ebuild for this package?

Regards,

Romildo
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] How to name an ebuild for a beta version package
  2006-08-17 19:55 [gentoo-user] How to name an ebuild for a beta version package j.romildo
@ 2006-08-17 20:42 ` Peter Ruskin
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Ruskin @ 2006-08-17 20:42 UTC (permalink / raw
  To: gentoo-user

On Thursday 17 August 2006 20:55, j.romildo@gmail.com wrote:
> Hello.
>
> I want to add an ebuild on my portage overlay for a beta version
> of a package. The source file dis distributed as
> ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8c-beta17Aug06.ta
>r.gz and the beta version is identified by a date.
>
> How would one name the ebuild for this package?
>
> Regards,
>
> Romildo

bigloo2.8c_alpha
...and in the ebuild, do:
 MY_P=${P/_alpha/-beta17Aug06}
 S=${WORKDIR}/${MY_P}
 SRC_URI="ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/${MY_P}.tar.gz"

-- 
Peter
========================================================================
Gentoo Linux: Portage 2.1-r2.		kernel-2.6.17-gentoo-r3-x86.
2006 i686 AMD Athlon(tm) 64.		gcc(GCC): 3.4.4.
KDE: 3.5.4.				Qt: 3.3.6.
========================================================================
-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2006-08-17 20:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-17 19:55 [gentoo-user] How to name an ebuild for a beta version package j.romildo
2006-08-17 20:42 ` Peter Ruskin

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