Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 454924 Details for
Bug 601442
app-admin/kpcli-3.1 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Copy-pasted 3.0 ebuild with added fix from bug #601438 and EAPI upgrade
kpcli-3.1.patch (text/plain), 1.27 KB, created by
Tor Arne Thune
on 2016-12-02 19:06:53 UTC
(
hide
)
Description:
Copy-pasted 3.0 ebuild with added fix from bug #601438 and EAPI upgrade
Filename:
MIME Type:
Creator:
Tor Arne Thune
Created:
2016-12-02 19:06:53 UTC
Size:
1.27 KB
patch
obsolete
>--- orig/kpcli-3.1.ebuild 1970-01-01 01:00:00.000000000 +0100 >+++ new/kpcli-3.1.ebuild 2016-12-02 13:12:36.071550062 +0100 >@@ -0,0 +1,47 @@ >+# Copyright 1999-2016 Gentoo Foundation >+# Distributed under the terms of the GNU General Public License v2 >+# $Id$ >+ >+EAPI=6 >+ >+DESCRIPTION="A command line interface to KeePass database files" >+HOMEPAGE="http://kpcli.sourceforge.net" >+SRC_URI="http://downloads.sourceforge.net/project/kpcli/${P}.pl" >+ >+LICENSE="|| ( Artistic GPL-1+ )" >+SLOT="0" >+KEYWORDS="~amd64 ~x86" >+IUSE="X" >+ >+DEPEND="" >+RDEPEND=" >+ dev-lang/perl >+ dev-perl/Clone >+ dev-perl/Crypt-Rijndael >+ dev-perl/TermReadKey >+ dev-perl/Sort-Naturally >+ dev-perl/Term-ShellUI >+ >=dev-perl/File-KeePass-0.30.0 >+ virtual/perl-File-Spec >+ virtual/perl-Getopt-Long >+ virtual/perl-Digest-MD5 >+ virtual/perl-Digest-SHA >+ virtual/perl-Data-Dumper >+ virtual/perl-Term-ANSIColor >+ virtual/perl-Carp >+ X? ( >+ dev-perl/Clipboard >+ dev-perl/Capture-Tiny >+ ) >+" >+ >+src_unpack() { >+ mkdir "${S}" || die >+ cp "${DISTDIR}/${P}.pl" "${S}/${PN}" || die >+} >+ >+src_compile() { :; } >+ >+src_install() { >+ dobin kpcli >+}
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 601442
:
454912
| 454924