maksbotan    14/07/28 18:29:17

  Modified:             ChangeLog
  Added:                qtermwidget-9999.ebuild
  Log:
  Add live ebuild, acked by Qt team
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  Changes    Path
1.7                  x11-libs/qtermwidget/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtermwidget/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtermwidget/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtermwidget/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qtermwidget/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   8 Jun 2014 12:41:26 -0000       1.6
+++ ChangeLog   28 Jul 2014 18:29:16 -0000      1.7
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/qtermwidget
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtermwidget/ChangeLog,v 1.6 
2014/06/08 12:41:26 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtermwidget/ChangeLog,v 1.7 
2014/07/28 18:29:16 maksbotan Exp $
+
+*qtermwidget-9999 (28 Jul 2014)
+
+  28 Jul 2014; Maxim Koltsov <[email protected]> +qtermwidget-9999.ebuild:
+  Add live ebuild, acked by Qt team
 
   08 Jun 2014; Manuel RĂ¼ger <[email protected]> qtermwidget-0.4.0.ebuild:
   Add ~arm keyword. Tested with radxa rock (armv7).



1.1                  x11-libs/qtermwidget/qtermwidget-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtermwidget/qtermwidget-9999.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtermwidget/qtermwidget-9999.ebuild?rev=1.1&content-type=text/plain

Index: qtermwidget-9999.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/qtermwidget/qtermwidget-9999.ebuild,v 1.1 
2014/07/28 18:29:16 maksbotan Exp $

EAPI="5"

# Uncomment python related code when upstream updates their bindings

#PYTHON_COMPAT=( python2_7 python3_{2,3} )

inherit cmake-utils git-r3 #python-r1

DESCRIPTION="Qt4 terminal emulator widget"
HOMEPAGE="https://github.com/qterminal/";
EGIT_REPO_URI="git://github.com/qterminal/qtermwidget.git"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="debug"
# python

DEPEND="dev-qt/qtgui:4"
RDEPEND="${DEPEND}"

#src_prepare() {
#       cmake-utils_src_prepare
#       sed \
#               -e 's/int scheme/const QString \&name/' \
#               -i pyqt4/qtermwidget.sip || die "sed qtermwidget.sip failed"
#}
#
#src_configure() {
#       cmake-utils_src_configure
#
#       # cmake-utils.eclass exports BUILD_DIR only after configure phase, so 
sed it here
#       sed \
#               -e "/extra_lib_dirs/s@\.\.@${BUILD_DIR}@" \
#               -e '/extra_libs/s/qtermwidget/qtermwidget4/' \
#               -i pyqt4/config.py || die "sed config.py failed"
#
#       configuration() {
#               ${PYTHON} config.py || die "${PYTHON} config.py failed"
#       }
#       use python && BUILD_DIR="${S}/pyqt4" python_copy_sources
#       use python && BUILD_DIR="${S}/pyqt4" python_parallel_foreach_impl 
run_in_build_dir configuration || die "python configuration failed"
#}
#
#src_compile() {
#       cmake-utils_src_compile
#
#       use python && BUILD_DIR="${S}/pyqt4" python_parallel_foreach_impl 
run_in_build_dir emake || die "python compilation failed"
#}
#
#src_install() {
#       cmake-utils_src_install
#
#       use python && BUILD_DIR="${S}/pyqt4" python_parallel_foreach_impl 
run_in_build_dir emake DESTDIR="${D}" install || die "python installation 
failed"
#       use python && BUILD_DIR="${S}/pyqt4" python_parallel_foreach_impl 
python_optimize || die "python byte-compilation failed"
#}




Reply via email to