* [gentoo-commits] gentoo-x86 commit in x11-terms/st: ChangeLog st-0.5.ebuild
@ 2014-04-06 15:20 Jeroen Roovers (jer)
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2014-04-06 15:20 UTC (permalink / raw
To: gentoo-commits
jer 14/04/06 15:20:11
Modified: ChangeLog
Added: st-0.5.ebuild
Log:
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.19 x11-terms/st/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/st/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/st/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/st/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/st/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 6 Jan 2014 21:18:39 -0000 1.18
+++ ChangeLog 6 Apr 2014 15:20:11 -0000 1.19
@@ -1,6 +1,11 @@
# ChangeLog for x11-terms/st
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/ChangeLog,v 1.18 2014/01/06 21:18:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/ChangeLog,v 1.19 2014/04/06 15:20:11 jer Exp $
+
+*st-0.5 (06 Apr 2014)
+
+ 06 Apr 2014; Jeroen Roovers <jer@gentoo.org> +st-0.5.ebuild:
+ Version bump.
06 Jan 2014; Jeroen Roovers <jer@gentoo.org> st-0.4.1-r1.ebuild:
Marked ~hppa too.
1.1 x11-terms/st/st-0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/st/st-0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/st/st-0.5.ebuild?rev=1.1&content-type=text/plain
Index: st-0.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/st-0.5.ebuild,v 1.1 2014/04/06 15:20:11 jer Exp $
EAPI=5
inherit eutils multilib savedconfig toolchain-funcs
DESCRIPTION="simple terminal implementation for X"
HOMEPAGE="http://st.suckless.org/"
SRC_URI="http://dl.suckless.org/st/${P}.tar.gz"
LICENSE="MIT-with-advertising"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"
IUSE="savedconfig"
RDEPEND="media-libs/fontconfig
x11-libs/libX11
x11-libs/libXext
x11-libs/libXft"
DEPEND="${RDEPEND}
sys-libs/ncurses
virtual/pkgconfig
x11-proto/xextproto
x11-proto/xproto"
src_prepare() {
sed -e '/^CFLAGS/s:[[:space:]]-O[^[:space:]]*[[:space:]]: :' \
-e '/^X11INC/{s:/usr/X11R6/include:/usr/include/X11:}' \
-e "/^X11LIB/{s:/usr/X11R6/lib:/usr/$(get_libdir)/X11:}" \
-i config.mk || die
sed -e '/@echo/!s:@::' \
-i Makefile || die
tc-export CC
restore_config config.h
}
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
tic -s -o "${ED}"/usr/share/terminfo st.info || die
dodoc TODO
make_desktop_entry ${PN} simpleterm utilities-terminal 'System;TerminalEmulator;' ''
save_config config.h
}
pkg_postinst() {
if ! [[ "${REPLACING_VERSIONS}" ]]; then
elog "Please ensure a usable font is installed, like"
elog " media-fonts/corefonts"
elog " media-fonts/dejavu"
elog " media-fonts/urw-fonts"
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-06 15:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-06 15:20 [gentoo-commits] gentoo-x86 commit in x11-terms/st: ChangeLog st-0.5.ebuild 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