* [gentoo-commits] gentoo-x86 commit in app-misc/figlet: ChangeLog figlet-222-r1.ebuild
@ 2010-10-20 4:56 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2010-10-20 4:56 UTC (permalink / raw
To: gentoo-commits
jer 10/10/20 04:56:27
Modified: ChangeLog
Added: figlet-222-r1.ebuild
Log:
Set CFLAGS to override the Makefile instead of sedding it in, respecting LDFLAGS (bug #337895) too. Add patch to fix (some) compiler warnings. Use tc-getCC instead of tc-export. Remove empty DEPEND.
(Portage version: 2.2_rc98/cvs/Linux i686)
Revision Changes Path
1.37 app-misc/figlet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/figlet/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/figlet/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/figlet/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/figlet/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 19 Oct 2010 06:07:45 -0000 1.36
+++ ChangeLog 20 Oct 2010 04:56:27 -0000 1.37
@@ -1,6 +1,14 @@
# ChangeLog for app-misc/figlet
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/figlet/ChangeLog,v 1.36 2010/10/19 06:07:45 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/figlet/ChangeLog,v 1.37 2010/10/20 04:56:27 jer Exp $
+
+*figlet-222-r1 (20 Oct 2010)
+
+ 20 Oct 2010; Jeroen Roovers <jer@gentoo.org> +figlet-222-r1.ebuild,
+ +files/figlet-222-includes.diff:
+ Set CFLAGS to override the Makefile instead of sedding it in, respecting
+ LDFLAGS (bug #337895) too. Add patch to fix (some) compiler warnings. Use
+ tc-getCC instead of tc-export. Remove empty DEPEND.
19 Oct 2010; Mart Raudsepp <leio@gentoo.org> figlet-222.ebuild:
Drop to ~mips
1.1 app-misc/figlet/figlet-222-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/figlet/figlet-222-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/figlet/figlet-222-r1.ebuild?rev=1.1&content-type=text/plain
Index: figlet-222-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/figlet/figlet-222-r1.ebuild,v 1.1 2010/10/20 04:56:27 jer Exp $
EAPI="2"
inherit eutils bash-completion toolchain-funcs
MY_P=${P/-/}
DESCRIPTION="program for making large letters out of ordinary text"
HOMEPAGE="http://www.figlet.org/"
# Bug 35339 - add more fonts to figlet ebuild
# The fonts are available from the figlet site, but they don't
# have versions so we mirror them ourselves.
SRC_URI="ftp://ftp.figlet.org/pub/figlet/program/unix/${MY_P}.tar.gz
mirror://gentoo/contributed-${PN}-221.tar.gz
mirror://gentoo/ms-dos-${PN}-221.tar.gz"
LICENSE="AFL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
S=${WORKDIR}/${MY_P}
src_prepare() {
cp "${WORKDIR}"/contributed/C64-fonts/*.flf fonts/ || die
cp "${WORKDIR}"/contributed/bdffonts/*.flf fonts/ || die
cp "${WORKDIR}"/ms-dos/*.flf fonts/ || die
cp "${WORKDIR}"/contributed/*.flf fonts/ || die
epatch \
"${FILESDIR}"/${P}-gentoo.diff \
"${FILESDIR}"/${P}-includes.diff
}
src_compile() {
emake \
CC="$(tc-getCC)" \
CFLAGS="${CFLAGS} ${LDFLAGS}" \
clean all \
|| die "emake failed"
}
src_install() {
dodir /usr/bin /usr/share/man/man6 || die "dodir failed"
chmod +x figlist showfigfonts
use prefix || ED="${D}"
emake \
DESTDIR="${ED}"/usr/bin \
MANDIR="${ED}"/usr/share/man/man6 \
DEFAULTFONTDIR="${ED}"/usr/share/figlet \
install || die "make install failed"
dodoc README figfont.txt
dobashcompletion "${FILESDIR}"/figlet.bashcomp
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/figlet: ChangeLog figlet-222-r1.ebuild
@ 2014-08-28 18:38 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2014-08-28 18:38 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 14/08/28 18:38:16
Modified: ChangeLog
Removed: figlet-222-r1.ebuild
Log:
remove unwanted rev bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.43 app-misc/figlet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/figlet/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/figlet/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/figlet/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/figlet/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 27 Aug 2014 13:43:54 -0000 1.42
+++ ChangeLog 28 Aug 2014 18:38:16 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/figlet
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/figlet/ChangeLog,v 1.42 2014/08/27 13:43:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/figlet/ChangeLog,v 1.43 2014/08/28 18:38:16 mr_bones_ Exp $
+
+ 28 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> -figlet-222-r1.ebuild:
+ remove unwanted rev bump
*figlet-222-r1 (27 Aug 2014)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-28 18:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28 18:38 [gentoo-commits] gentoo-x86 commit in app-misc/figlet: ChangeLog figlet-222-r1.ebuild Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2010-10-20 4:56 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox