* [gentoo-commits] gentoo-x86 commit in app-pda/synce-kio-rapip: ChangeLog synce-kio-rapip-0.10-r1.ebuild
@ 2008-12-14 17:02 Federico Ferri (mescalinum)
0 siblings, 0 replies; 2+ messages in thread
From: Federico Ferri (mescalinum) @ 2008-12-14 17:02 UTC (permalink / raw
To: gentoo-commits
mescalinum 08/12/14 17:02:30
Modified: ChangeLog
Added: synce-kio-rapip-0.10-r1.ebuild
Log:
fix qt3 inherit - bug #247804, bug #127280
(Portage version: 2.1.4.4)
Revision Changes Path
1.2 app-pda/synce-kio-rapip/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-kio-rapip/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-kio-rapip/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-kio-rapip/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-kio-rapip/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 13 Nov 2008 00:07:29 -0000 1.1
+++ ChangeLog 14 Dec 2008 17:02:30 -0000 1.2
@@ -1,6 +1,12 @@
# ChangeLog for app-pda/synce-kio-rapip
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kio-rapip/ChangeLog,v 1.1 2008/11/13 00:07:29 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kio-rapip/ChangeLog,v 1.2 2008/12/14 17:02:30 mescalinum Exp $
+
+*synce-kio-rapip-0.10-r1 (14 Dec 2008)
+
+ 14 Dec 2008; Federico Ferri <mescalinum@gentoo.org>
+ +synce-kio-rapip-0.10-r1.ebuild:
+ fix qt3 inherit - bug #247804, bug #127280
*synce-kio-rapip-0.10 (13 Nov 2008)
1.1 app-pda/synce-kio-rapip/synce-kio-rapip-0.10-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-kio-rapip/synce-kio-rapip-0.10-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-kio-rapip/synce-kio-rapip-0.10-r1.ebuild?rev=1.1&content-type=text/plain
Index: synce-kio-rapip-0.10-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kio-rapip/synce-kio-rapip-0.10-r1.ebuild,v 1.1 2008/12/14 17:02:30 mescalinum Exp $
inherit distutils eutils qt3
DESCRIPTION="SynCE - KDE kioslave for the SynCE RAPIP protocol"
HOMEPAGE="http://sourceforge.net/projects/synce/"
LICENSE="MIT"
IUSE="arts"
SLOT="0"
KEYWORDS="~x86 ~amd64"
RDEPEND="~app-pda/synce-libsynce-0.12
~app-pda/synce-librapi2-0.12"
DEPEND="${RDEPEND}
arts? ( kde-base/arts )"
#need-kde 3.2
SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
S="${WORKDIR}/synce-kio-rapip-${PV}"
src_compile() {
econf $(use_with arts) || die
emake || die
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc README ChangeLog # TODO
}
pkg_postinst() {
elog "To use, simply open Konqueror, Dolphin, or any other KIO-enabled file"
elog "manager and type in rapip://DEVICENAME/ to the address bar. If you are"
elog "not sure about the name of your device, simply go to rapip:/ which"
elog "will show the first device it finds."
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-pda/synce-kio-rapip: ChangeLog synce-kio-rapip-0.10-r1.ebuild
@ 2009-11-06 19:01 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-11-06 19:01 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/11/06 19:01:24
Modified: ChangeLog synce-kio-rapip-0.10-r1.ebuild
Log:
Remove USE arts.
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Revision Changes Path
1.5 app-pda/synce-kio-rapip/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-kio-rapip/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-kio-rapip/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-kio-rapip/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-kio-rapip/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 5 Aug 2009 23:51:05 -0000 1.4
+++ ChangeLog 6 Nov 2009 19:01:23 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/synce-kio-rapip
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kio-rapip/ChangeLog,v 1.4 2009/08/05 23:51:05 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kio-rapip/ChangeLog,v 1.5 2009/11/06 19:01:23 ssuominen Exp $
+
+ 06 Nov 2009; Samuli Suominen <ssuominen@gentoo.org>
+ synce-kio-rapip-0.10-r1.ebuild:
+ Remove USE arts.
05 Aug 2009; Federico Ferri <mescalinum@gentoo.org>
-synce-kio-rapip-0.10.ebuild, synce-kio-rapip-0.10-r1.ebuild:
1.3 app-pda/synce-kio-rapip/synce-kio-rapip-0.10-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-kio-rapip/synce-kio-rapip-0.10-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-kio-rapip/synce-kio-rapip-0.10-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-kio-rapip/synce-kio-rapip-0.10-r1.ebuild?r1=1.2&r2=1.3
Index: synce-kio-rapip-0.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-kio-rapip/synce-kio-rapip-0.10-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- synce-kio-rapip-0.10-r1.ebuild 5 Aug 2009 23:51:05 -0000 1.2
+++ synce-kio-rapip-0.10-r1.ebuild 6 Nov 2009 19:01:23 -0000 1.3
@@ -1,29 +1,26 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kio-rapip/synce-kio-rapip-0.10-r1.ebuild,v 1.2 2009/08/05 23:51:05 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kio-rapip/synce-kio-rapip-0.10-r1.ebuild,v 1.3 2009/11/06 19:01:23 ssuominen Exp $
inherit distutils eutils qt3
DESCRIPTION="SynCE - KDE kioslave for the SynCE RAPIP protocol"
HOMEPAGE="http://sourceforge.net/projects/synce/"
-LICENSE="MIT"
+SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
-IUSE="arts"
+LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
-RDEPEND="app-pda/synce-libsynce
- app-pda/synce-librapi2"
-DEPEND="${RDEPEND}
- arts? ( kde-base/arts )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
-#need-kde 3.2
-
-SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
+DEPEND="app-pda/synce-libsynce
+ app-pda/synce-librapi2"
-S="${WORKDIR}/synce-kio-rapip-${PV}"
+S=${WORKDIR}/synce-kio-rapip-${PV}
src_compile() {
- econf $(use_with arts) || die
+ econf \
+ --without-arts
emake || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-06 19:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-06 19:01 [gentoo-commits] gentoo-x86 commit in app-pda/synce-kio-rapip: ChangeLog synce-kio-rapip-0.10-r1.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2008-12-14 17:02 Federico Ferri (mescalinum)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox