public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/crunch: crunch-3.5.ebuild ChangeLog
@ 2014-01-02 12:41 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2014-01-02 12:41 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    14/01/02 12:41:34

  Modified:             ChangeLog
  Added:                crunch-3.5.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.2                  app-misc/crunch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/crunch/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/crunch/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/crunch/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/crunch/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	24 Nov 2013 12:39:18 -0000	1.1
+++ ChangeLog	2 Jan 2014 12:41:34 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/crunch
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/crunch/ChangeLog,v 1.1 2013/11/24 12:39:18 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/crunch/ChangeLog,v 1.2 2014/01/02 12:41:34 pinkbyte Exp $
+
+*crunch-3.5 (02 Jan 2014)
+
+  02 Jan 2014; Sergey Popov <pinkbyte@gentoo.org> +crunch-3.5.ebuild:
+  Version bump
 
 *crunch-3.4 (24 Nov 2013)
 



1.1                  app-misc/crunch/crunch-3.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/crunch/crunch-3.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/crunch/crunch-3.5.ebuild?rev=1.1&content-type=text/plain

Index: crunch-3.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/crunch/crunch-3.5.ebuild,v 1.1 2014/01/02 12:41:34 pinkbyte Exp $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION="A wordlist generator"
HOMEPAGE="http://sourceforge.net/projects/crunch-wordlist/"
SRC_URI="mirror://sourceforge/crunch-wordlist/crunch-wordlist/${P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~x86"

src_prepare() {
	epatch_user
}

src_compile() {
	emake CC="$(tc-getCC)"
}

src_install(){
	dobin crunch
	doman crunch.1
	insinto /usr/share/crunch
	doins charset.lst
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-02 12:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-02 12:41 [gentoo-commits] gentoo-x86 commit in app-misc/crunch: crunch-3.5.ebuild ChangeLog Sergey Popov (pinkbyte)

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