public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/qdevelop: metadata.xml ChangeLog qdevelop-0.28.ebuild qdevelop-0.26.1.ebuild qdevelop-0.27.4.ebuild
@ 2010-11-01 13:34 Alex Alexander (wired)
  0 siblings, 0 replies; only message in thread
From: Alex Alexander (wired) @ 2010-11-01 13:34 UTC (permalink / raw
  To: gentoo-commits

wired       10/11/01 13:34:40

  Modified:             metadata.xml ChangeLog
  Added:                qdevelop-0.28.ebuild
  Removed:              qdevelop-0.26.1.ebuild qdevelop-0.27.4.ebuild
  Log:
  bumped to version 0.28, switched to cmake, added Qt-4.7 build fix, added plugins USE flag, removed old versions. bug #338489
  
  (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-util/qdevelop/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qdevelop/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	14 Dec 2007 12:47:35 -0000	1.1
+++ metadata.xml	1 Nov 2010 13:34:40 -0000	1.2
@@ -6,4 +6,7 @@
     <email>jokey@gentoo.org</email>
     <name>Markus Ullmann</name>
 </maintainer>
+<use>
+	<flag name="plugins">Build and install additional plugins</flag>
+</use>
 </pkgmetadata>



1.10                 dev-util/qdevelop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qdevelop/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	16 Nov 2009 15:22:55 -0000	1.9
+++ ChangeLog	1 Nov 2010 13:34:40 -0000	1.10
@@ -1,6 +1,14 @@
 # ChangeLog for dev-util/qdevelop
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/ChangeLog,v 1.9 2009/11/16 15:22:55 spatz Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/ChangeLog,v 1.10 2010/11/01 13:34:40 wired Exp $
+
+*qdevelop-0.28 (01 Nov 2010)
+
+  01 Nov 2010; Alex Alexander <wired@gentoo.org> -qdevelop-0.26.1.ebuild,
+  -qdevelop-0.27.4.ebuild, +qdevelop-0.28.ebuild,
+  +files/qdevelop-0.28-qt-4.7_fix.patch, metadata.xml:
+  bumped to version 0.28, switched to cmake, added Qt-4.7 build fix, added
+  plugins USE flag, removed old versions. bug #338489
 
 *qdevelop-0.27.4 (16 Nov 2009)
 



1.1                  dev-util/qdevelop/qdevelop-0.28.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild?rev=1.1&content-type=text/plain

Index: qdevelop-0.28.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild,v 1.1 2010/11/01 13:34:40 wired Exp $

EAPI="2"

inherit eutils cmake-utils

MY_P="${PN}-v${PV}"
DESCRIPTION="A development environment entirely dedicated to Qt4."
HOMEPAGE="http://biord-software.org/qdevelop/"
SRC_URI="http://biord-software.org/downloads/${MY_P}.tar.gz"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="debug plugins"

DEPEND="x11-libs/qt-gui:4
	x11-libs/qt-sql:4[sqlite]"
RDEPEND="${DEPEND}"

S="${WORKDIR}"/"${MY_P}"

PATCHES=( "${FILESDIR}"/"${P}"-qt-4.7_fix.patch )

src_configure() {
	mycmakeargs=( "-DAUTOPLUGINS=$(use plugins && echo 1 || echo 0)" )
	cmake-utils_src_configure
}

src_install() {
	cmake-utils_src_install
	dodoc ChangeLog.txt README.txt || die "dodoc failed"
	newicon "${S}"/resources/images/QDevelop.png qdevelop.png
	domenu "${S}"/qdevelop.desktop
}

pkg_postinst(){
	elog "Additional functionality can be achieved by emerging other packages:"
	elog "  dev-util/ctags - code completion"
	elog "  sys-devel/gdb - debugging"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-01 13:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-01 13:34 [gentoo-commits] gentoo-x86 commit in dev-util/qdevelop: metadata.xml ChangeLog qdevelop-0.28.ebuild qdevelop-0.26.1.ebuild qdevelop-0.27.4.ebuild Alex Alexander (wired)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox