This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
g-gem / ebuild.eruby
| 42c3bc1a » | technicalpickles | 2008-05-19 | 1 | # Copyright 1999-2008 Gentoo Foundation | |
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||||
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.5.1.ebuild,v 1.1 2008/04/24 00:20:53 robbat2 Exp $ | ||||
| 4 | |||||
| 5 | inherit gems | ||||
| 6 | |||||
| 7 | DESCRIPTION="<%= spec.summary %>" | ||||
| 8 | HOMEPAGE="<%= spec.homepage %>" | ||||
| 890be95b » | technicalpickles | 2008-05-19 | 9 | SRC_URI="<%= uri %>" | |
| 42c3bc1a » | technicalpickles | 2008-05-19 | 10 | ||
| 11 | LICENSE="MIT" | ||||
| 12 | SLOT="0" | ||||
| 13 | KEYWORDS="~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" | ||||
| 14 | IUSE="" | ||||
| 15 | RESTRICT="test" | ||||
| 42c09c85 » | technicalpickles | 2008-05-19 | 16 | ||
| 890be95b » | technicalpickles | 2008-05-19 | 17 | <%- unless spec.dependencies.empty? -%> | |
| 42c09c85 » | technicalpickles | 2008-05-19 | 18 | DEPEND=" | |
| 890be95b » | technicalpickles | 2008-05-19 | 19 | <%- spec.dependencies.each do |dependency| -%> | |
| 20 | <%= atom_of(dependency) %> | ||||
| 21 | <%- end -%> | ||||
| 22 | " | ||||
| 23 | <%- end -%> | ||||







