* [gentoo-commits] gentoo-x86 commit in net-im/openc6: ChangeLog openc6-0.9.9.ebuild
@ 2009-12-29 18:24 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-12-29 18:24 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/12/29 18:24:57
Modified: ChangeLog openc6-0.9.9.ebuild
Log:
Missing X11 deps wrt #205490.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.16 net-im/openc6/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/openc6/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/openc6/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/openc6/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/openc6/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 6 Nov 2009 21:45:31 -0000 1.15
+++ ChangeLog 29 Dec 2009 18:24:57 -0000 1.16
@@ -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.15 2009/11/06 21:45:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/openc6/ChangeLog,v 1.16 2009/12/29 18:24:57 ssuominen Exp $
+
+ 29 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> openc6-0.9.9.ebuild:
+ Missing X11 deps wrt #205490.
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.
1.3 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.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/openc6/openc6-0.9.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/openc6/openc6-0.9.9.ebuild?r1=1.2&r2=1.3
Index: openc6-0.9.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/openc6/openc6-0.9.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openc6-0.9.9.ebuild 6 Nov 2009 21:45:31 -0000 1.2
+++ openc6-0.9.9.ebuild 29 Dec 2009 18:24:57 -0000 1.3
@@ -1,6 +1,6 @@
# 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.2 2009/11/06 21:45:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/openc6/openc6-0.9.9.ebuild,v 1.3 2009/12/29 18:24:57 ssuominen Exp $
EAPI=2
inherit qt3
@@ -14,7 +14,11 @@
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-DEPEND="x11-libs/qt:3"
+RDEPEND="x11-libs/qt:3
+ x11-libs/libX11
+ x11-libs/libXScrnSaver"
+DEPEND="${RDEPEND}
+ x11-libs/libXt"
src_install() {
emake DESTDIR="${D}" install || die
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-im/openc6: ChangeLog openc6-0.9.9.ebuild
@ 2009-11-06 21:45 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-11-06 21:45 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-12-29 18:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-29 18:24 [gentoo-commits] gentoo-x86 commit in net-im/openc6: ChangeLog openc6-0.9.9.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2009-11-06 21:45 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox