From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-im/openc6: ChangeLog openc6-0.9.9.ebuild
Date: Fri, 06 Nov 2009 21:45:32 +0000 [thread overview]
Message-ID: <E1N6Wce-0006vL-7N@stork.gentoo.org> (raw)
ssuominen 09/11/06 21:45:32
Modified: ChangeLog openc6-0.9.9.ebuild
Log:
Port from kde-functions.eclass to qt3.eclass and remove USE kde.
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Revision Changes Path
1.15 net-im/openc6/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/openc6/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/openc6/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/openc6/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/openc6/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 25 Oct 2009 20:15:39 -0000 1.14
+++ ChangeLog 6 Nov 2009 21:45:31 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for net-im/openc6
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/openc6/ChangeLog,v 1.14 2009/10/25 20:15:39 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/openc6/ChangeLog,v 1.15 2009/11/06 21:45:31 ssuominen Exp $
+
+ 06 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> openc6-0.9.9.ebuild:
+ Port from kde-functions.eclass to qt3.eclass and remove USE kde.
25 Oct 2009; Torsten Veller <tove@gentoo.org> metadata.xml:
Remove drizzt from metadata.xml (#149111)
1.2 net-im/openc6/openc6-0.9.9.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/openc6/openc6-0.9.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/openc6/openc6-0.9.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/openc6/openc6-0.9.9.ebuild?r1=1.1&r2=1.2
Index: openc6-0.9.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/openc6/openc6-0.9.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openc6-0.9.9.ebuild 26 Apr 2007 13:58:15 -0000 1.1
+++ openc6-0.9.9.ebuild 6 Nov 2009 21:45:31 -0000 1.2
@@ -1,8 +1,9 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/openc6/openc6-0.9.9.ebuild,v 1.1 2007/04/26 13:58:15 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/openc6/openc6-0.9.9.ebuild,v 1.2 2009/11/06 21:45:31 ssuominen Exp $
-inherit kde-functions
+EAPI=2
+inherit qt3
DESCRIPTION="An open source C6 client"
HOMEPAGE="http://openc6.sourceforge.net/"
@@ -10,30 +11,12 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE="kde"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
-DEPEND="kde? ( >=kde-base/kdelibs-3.0.0 )"
-
-need-qt 3.1
-
-src_compile() {
- econf || die
- emake || die
-
- if use kde; then
- einfo "Compiling KDE systray plugin"
- cd "${S}"/plugins/kdegui
- econf --without-arts --prefix="${ROOT}"/usr/share/OpenC6 || die
- emake || die
- fi
-}
+DEPEND="x11-libs/qt:3"
src_install() {
emake DESTDIR="${D}" install || die
-
- if use kde; then
- cd "${S}"/plugins/kdegui
- emake DESTDIR="${D}" install || die
- fi
+ dodoc AUTHORS ChangeLog README* TODO
}
next reply other threads:[~2009-11-06 21:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-06 21:45 Samuli Suominen (ssuominen) [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-12-29 18:24 [gentoo-commits] gentoo-x86 commit in net-im/openc6: ChangeLog openc6-0.9.9.ebuild Samuli Suominen (ssuominen)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1N6Wce-0006vL-7N@stork.gentoo.org \
--to=ssuominen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox