# ChangeLog for x11-terms/evilvte
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/evilvte/ChangeLog,v 1.29 2011/12/23 04:25:24 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/evilvte/ChangeLog,v 1.30 2012/01/04 05:36:10 vapier Exp $
+
+ 04 Jan 2012; Mike Frysinger <vapier@gentoo.org> evilvte-0.4.9.ebuild,
+ evilvte-0.5.0.ebuild:
+ Drop `use savedconfig` logic that the savedconfig eclass handles itself.
23 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> evilvte-0.5.0.ebuild:
amd64/x86 stable
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/evilvte/evilvte-0.4.9.ebuild,v 1.3 2011/11/11 09:24:08 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/evilvte/evilvte-0.4.9.ebuild,v 1.4 2012/01/04 05:36:10 vapier Exp $
EAPI=4
MY_P=${P/_/\~}
S=${WORKDIR}/${MY_P}
src_prepare() {
- use savedconfig && restore_config src/config.h
+ restore_config src/config.h
}
src_configure() {
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/evilvte/evilvte-0.5.0.ebuild,v 1.2 2011/12/23 04:25:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/evilvte/evilvte-0.5.0.ebuild,v 1.3 2012/01/04 05:36:11 vapier Exp $
EAPI=4
MY_P=${P/_/\~}
DOCS=( ChangeLog )
src_prepare() {
- use savedconfig && restore_config src/config.h
+ restore_config src/config.h
}
src_configure() {
# ChangeLog for x11-terms/st
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/ChangeLog,v 1.2 2011/11/04 13:32:06 xmw Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/ChangeLog,v 1.3 2012/01/04 05:35:09 vapier Exp $
+
+ 04 Jan 2012; Mike Frysinger <vapier@gentoo.org> st-0.1.1.ebuild,
+ st-9999.ebuild:
+ Drop `use savedconfig` logic that the savedconfig eclass handles itself.
04 Nov 2011; Michael Weber <xmw@gentoo.org> st-0.1.1.ebuild, st-9999.ebuild:
Added font warning (bug 369621)
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/st-0.1.1.ebuild,v 1.2 2011/11/04 13:32:06 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/st-0.1.1.ebuild,v 1.3 2012/01/04 05:35:09 vapier Exp $
EAPI=3
-i config.mk || die
tc-export CC
- if use savedconfig ; then
- restore_config config.h
- fi
+ restore_config config.h
}
src_install() {
tic -s -o "${ED}"/usr/share/terminfo st.info || die
dodoc README TODO || die
- if use savedconfig ; then
- save_config config.h
- fi
+ save_config config.h
}
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/st-9999.ebuild,v 1.2 2011/11/04 13:32:06 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/st-9999.ebuild,v 1.3 2012/01/04 05:35:09 vapier Exp $
EAPI=3
-i config.mk || die
tc-export CC
- if use savedconfig ; then
- restore_config config.h
- fi
+ restore_config config.h
}
src_install() {
tic -s -o "${ED}"/usr/share/terminfo st.info || die
dodoc README TODO || die
- if use savedconfig ; then
- save_config config.h
- fi
+ save_config config.h
}