Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 405 Details for
Bug 1285
a gentoo-logos.ebuild w/ rfc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-gfx/gentoo-logos/gentoo-logos-0.1.ebuild
gentoo-logos-0.1.ebuild (text/plain), 1.38 KB, created by
Matthew Kennedy
on 2002-03-21 15:41:20 UTC
(
hide
)
Description:
media-gfx/gentoo-logos/gentoo-logos-0.1.ebuild
Filename:
MIME Type:
Creator:
Matthew Kennedy
Created:
2002-03-21 15:41:20 UTC
Size:
1.38 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># Maintainer: ># Author: Matthew Kennedy <mbkennedy@ieee.org> ># /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.4 2002/03/12 16:05:09 tod Exp > >S=${WORKDIR}/${P} > >DESCRIPTION="A collection of miscellaneous Gentoo Linux logos and artwork" > ># Hopefully, this ebuild will grow to include more graphics as they ># become available. A subdirectory structure might be necessary if the ># collection of graphics can be catagorized. > >SRC_URI="" > ># "NSRC_URI" -- think Not-SRC_URI. Because the URLs mentioned in ># NSRC_URI are not source they don't need to downloaded as per the ># usual sequence before source is compiled. The original SRC_URI is ># still available for artwork that might be downloaded inside ># tar-balls. > >NSRC_URI="http://www.gentoo.org/images/powered-small.png > http://www.gentoo.org/images/powered.png > http://www.gentoo.org/images/powered-big.png" > >HOMEPAGE="http://www.gentoo.org/index-graphics.html" > ># No real dependencies here. It is conceivable tools like ImageMagick ># could be used as dependencies to scale or adjust images though. > >DEPEND="" > >src_unpack () { > # Override the unpacking process > true >} > >src_install () { > wget -N $NSRC_URI > > dodir /usr/share/pixmaps/${PN} > insinto /usr/share/pixmaps/${PN} > doins powered-small.png > doins powered.png > doins powered-big.png >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1285
: 405 |
406