mr_bones_    14/07/08 03:30:39

  Modified:             ChangeLog
  Added:                figlet-2.2.5.ebuild
  Log:
  version bump (version numbering change per upstream) with ebuild submitted by 
Matthias Maier via bug #427700
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.40                 app-misc/figlet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/figlet/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   28 Jul 2013 12:03:22 -0000      1.39
+++ ChangeLog   8 Jul 2014 03:30:39 -0000       1.40
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/figlet
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/figlet/ChangeLog,v 1.39 2013/07/28 
12:03:22 grobian Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/figlet/ChangeLog,v 1.40 2014/07/08 
03:30:39 mr_bones_ Exp $
+
+*figlet-2.2.5 (08 Jul 2014)
+
+  08 Jul 2014; Michael Sterrett <[email protected]> +figlet-2.2.5.ebuild:
+  version bump (version numbering change per upstream) with ebuild submitted by
+  Matthias Maier via bug #427700
 
   28 Jul 2013; Fabian Groffen <[email protected]> figlet-222.ebuild:
   Marked ~x64-macos, bug #416949



1.1                  app-misc/figlet/figlet-2.2.5.ebuild

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

Index: figlet-2.2.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/figlet/figlet-2.2.5.ebuild,v 1.1 
2014/07/08 03:30:38 mr_bones_ Exp $

EAPI=5
inherit eutils bash-completion-r1 toolchain-funcs

DESCRIPTION="program for making large letters out of ordinary text"
HOMEPAGE="http://www.figlet.org/";
SRC_URI="ftp://ftp.figlet.org/pub/figlet/program/unix/${P}.tar.gz";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""

src_compile() {
        emake clean
        emake \
                CC="$(tc-getCC)" \
                LD="$(tc-getCC)" \
                CFLAGS="${CFLAGS}" \
            LDFLAGS="${LDFLAGS}" \
                prefix="${EPREFIX}/usr" \
                all
}

src_install() {
        emake \
                DESTDIR="${ED}" \
                BINDIR="${EPREFIX}/usr/bin" \
                MANDIR="${EPREFIX}/usr/share/man" \
                prefix="${EPREFIX}/usr" \
                install

        doman chkfont.6 figlet.6 figlist.6 showfigfonts.6
        dodoc README figfont.txt

        dobashcomp "${FILESDIR}"/figlet.bashcomp
}




Reply via email to