* [gentoo-commits] gentoo-x86 commit in app-text/ansifilter: ansifilter-1.11.ebuild ChangeLog
@ 2014-10-23 3:11 Tim Harder (radhermit)
0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2014-10-23 3:11 UTC (permalink / raw
To: gentoo-commits
radhermit 14/10/23 03:11:23
Modified: ChangeLog
Added: ansifilter-1.11.ebuild
Log:
Version bump.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.8 app-text/ansifilter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ansifilter/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ansifilter/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ansifilter/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ansifilter/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 8 Oct 2014 01:27:48 -0000 1.7
+++ ChangeLog 23 Oct 2014 03:11:23 -0000 1.8
@@ -1,6 +1,11 @@
# ChangeLog for app-text/ansifilter
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ansifilter/ChangeLog,v 1.7 2014/10/08 01:27:48 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ansifilter/ChangeLog,v 1.8 2014/10/23 03:11:23 radhermit Exp $
+
+*ansifilter-1.11 (23 Oct 2014)
+
+ 23 Oct 2014; Tim Harder <radhermit@gentoo.org> +ansifilter-1.11.ebuild:
+ Version bump.
*ansifilter-1.10 (08 Oct 2014)
1.1 app-text/ansifilter/ansifilter-1.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ansifilter/ansifilter-1.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ansifilter/ansifilter-1.11.ebuild?rev=1.1&content-type=text/plain
Index: ansifilter-1.11.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/ansifilter/ansifilter-1.11.ebuild,v 1.1 2014/10/23 03:11:23 radhermit Exp $
EAPI=5
inherit toolchain-funcs qt4-r2
DESCRIPTION="Handles text files containing ANSI terminal escape codes"
HOMEPAGE="http://www.andre-simon.de/"
SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="qt4"
RDEPEND="
qt4? (
dev-qt/qtcore:4
dev-qt/qtgui:4
)"
DEPEND="${RDEPEND}"
pkg_setup() {
myopts=(
"CC=$(tc-getCXX)"
"CFLAGS=${CFLAGS} -c"
"LDFLAGS=${LDFLAGS}"
"DESTDIR=${ED}"
"PREFIX=${EPREFIX}/usr"
"doc_dir=${EPREFIX}/usr/share/doc/${PF}/"
)
}
src_prepare() {
# bug 431452
rm src/qt-gui/moc_mydialog.cpp || die
}
src_compile() {
emake -f makefile "${myopts[@]}"
if use qt4 ; then
cd src/qt-gui
eqmake4
emake
fi
}
src_install() {
emake -f makefile "${myopts[@]}" install
use qt4 && emake -f makefile "${myopts[@]}" install-gui
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-23 3:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-23 3:11 [gentoo-commits] gentoo-x86 commit in app-text/ansifilter: ansifilter-1.11.ebuild ChangeLog Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox