Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 114605 Details for
Bug 162743
version bump dev-util/svk to 2.0.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-util/svk-2.0.1.ebuild
svk-2.0.1.ebuild (text/plain), 2.15 KB, created by
Mark Davies
on 2007-03-27 12:25:53 UTC
(
hide
)
Description:
dev-util/svk-2.0.1.ebuild
Filename:
MIME Type:
Creator:
Mark Davies
Created:
2007-03-27 12:25:53 UTC
Size:
2.15 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >inherit eutils perl-module bash-completion > >MY_PV="v${PV}" >MY_P="${PN/svk/SVK}-${MY_PV}" >S="${WORKDIR}/${MY_P}" > >DESCRIPTION="A decentralized version control system" >SRC_URI="mirror://cpan/authors/id/C/CL/CLKAO/${MY_P}.tar.gz" >HOMEPAGE="http://svk.elixus.org/" > >SLOT="0" >LICENSE="|| ( Artistic GPL-2 )" >KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" >IUSE="crypt nls pager patch log4p bash-completion" > >DEPEND=" > >=dev-lang/perl-5.8.7 > >=dev-util/subversion-1.3.0 > >=dev-perl/version-0.68 > dev-perl/Algorithm-Annotate > >=dev-perl/Algorithm-Diff-1.1901 > >=dev-perl/YAML-Syck-0.60 > >=dev-perl/Data-Hierarchy-0.30 > >=dev-perl/PerlIO-via-dynamic-0.11 > >=dev-perl/PerlIO-via-symlink-0.02 > dev-perl/IO-Digest > >=dev-perl/SVN-Simple-0.27 > dev-perl/URI > >=dev-perl/PerlIO-eol-0.13 > >=dev-perl/Class-Autouse-1.15 > dev-perl/App-CLI > dev-perl/List-MoreUtils > dev-perl/Class-Accessor > dev-perl/Class-Data-Inheritable > >=dev-perl/Path-Class-0.16 > dev-perl/UNIVERSAL-require > dev-perl/TermReadKey > >=virtual/perl-File-Temp-0.17 > >=virtual/perl-Getopt-Long-2.35 > dev-perl/Pod-Escapes > dev-perl/Pod-Simple > >=virtual/perl-File-Spec-3.19 > nls? ( > >=dev-perl/locale-maketext-lexicon-0.62 > >=dev-perl/Locale-Maketext-Simple-0.16 > ) > pager? ( dev-perl/IO-Pager ) > log4p? ( dev-perl/Log-Log4perl ) > >=dev-perl/SVN-Mirror-0.71 > patch? ( > dev-perl/Compress-Zlib > dev-perl/FreezeThaw > ) > crypt? ( app-crypt/gnupg ) > dev-perl/TimeDate" >RDEPEND="${DEPEND}" > > >pkg_setup() { > if ! perl -MSVN::Core < /dev/null 2> /dev/null; then > eerror "SVN::Core missing or outdated. Please emerge \ > dev-util/subversion ith the perl USE flag." > die "Need Subversion compiled with Perl bindings" > fi >} > >src_install() { > perl-module_src_install > if use bash-completion; then > dobin contrib/svk-completion.pl > echo "complete -C ${DESTTREE}/bin/svk-completion.pl -o default svk" \ > > svk-completion > dobashcompletion svk-completion > fi >}
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 162743
:
107411
|
107412
|
107413
| 114605