public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/ocrad: ocrad-0.24.ebuild ChangeLog
@ 2014-12-23 10:02 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2014-12-23 10:02 UTC (permalink / raw
  To: gentoo-commits

aballier    14/12/23 10:02:54

  Modified:             ChangeLog
  Added:                ocrad-0.24.ebuild
  Log:
  version bump
  
  Signed-off-by: aballier@gentoo.org
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.45                 app-text/ocrad/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ocrad/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ocrad/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ocrad/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ocrad/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	14 May 2014 14:41:20 -0000	1.44
+++ ChangeLog	23 Dec 2014 10:02:54 -0000	1.45
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/ocrad
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ocrad/ChangeLog,v 1.44 2014/05/14 14:41:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ocrad/ChangeLog,v 1.45 2014/12/23 10:02:54 aballier Exp $
+
+*ocrad-0.24 (23 Dec 2014)
+
+  23 Dec 2014; Alexis Ballier <aballier@gentoo.org> +ocrad-0.24.ebuild:
+  version bump
 
   14 May 2014; Agostino Sarubbo <ago@gentoo.org> ocrad-0.22.ebuild:
   Stable for sparc, wrt bug #506786



1.1                  app-text/ocrad/ocrad-0.24.ebuild

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

Index: ocrad-0.24.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/ocrad/ocrad-0.24.ebuild,v 1.1 2014/12/23 10:02:54 aballier Exp $

EAPI=5
inherit unpacker toolchain-funcs

DESCRIPTION="GNU Ocrad is an OCR (Optical Character Recognition) program"
HOMEPAGE="http://www.gnu.org/software/ocrad/ocrad.html"
SRC_URI="mirror://nongnu/${PN}/${P}.tar.lz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND=""
DEPEND="$(unpacker_src_uri_depends)"

DOCS="AUTHORS ChangeLog NEWS README"

src_configure() {
	# ./configure is not based on autotools
	./configure \
		CPPFLAGS="${CPPFLAGS}" \
		CXX="$(tc-getCXX)" \
		CXXFLAGS="${CXXFLAGS}" \
		LDFLAGS="${LDFLAGS}" \
		--prefix=/usr
}

src_install() {
	default
	doman doc/${PN}.1
	doinfo doc/${PN}.info
}





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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-23 10:02 [gentoo-commits] gentoo-x86 commit in app-text/ocrad: ocrad-0.24.ebuild ChangeLog Alexis Ballier (aballier)

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