playground/gokhan.ozbulak/kde-eclipse-binary - Migrating plugin to 2011
Gökhan Özbulak
paketler-commits at pardus.org.tr
Tue Oct 5 16:39:27 EEST 2010
Author: gokhan.ozbulak
Date: Tue Oct 5 16:39:27 2010
New Revision: 101833
Modified:
playground/gokhan.ozbulak/kde-eclipse-binary/actions.py
playground/gokhan.ozbulak/kde-eclipse-binary/pspec.xml
Log:
Migrating plugin to 2011
-> It seems that the plugin is out-of-date
-> will keep under playground for now
---
actions.py | 4 +---
pspec.xml | 9 ++++++++-
2 files changed, 9 insertions(+), 4 deletions(-)
Modified: playground/gokhan.ozbulak/kde-eclipse-binary/actions.py
=================================================================
--- playground/gokhan.ozbulak/kde-eclipse-binary/actions.py (original)
+++ playground/gokhan.ozbulak/kde-eclipse-binary/actions.py Tue Oct 5 16:39:27 2010
@@ -5,12 +5,10 @@
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
-from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
-from pisi.actionsapi import get
WorkDir = "."
def install():
pisitools.dodir("/opt")
- shelltools.copytree("eclipse", "%s/opt/eclipse" % get.installDIR())
+ pisitools.insinto("/opt/eclipse", "plugins")
Modified: playground/gokhan.ozbulak/kde-eclipse-binary/pspec.xml
=================================================================
--- playground/gokhan.ozbulak/kde-eclipse-binary/pspec.xml (original)
+++ playground/gokhan.ozbulak/kde-eclipse-binary/pspec.xml Tue Oct 5 16:39:27 2010
@@ -12,7 +12,7 @@
<License>GPLv2</License>
<IsA>app:gui</IsA>
<Summary>KDE/Qt development tools for Eclipse</Summary>
- <Archive sha1sum="44b64c5fdf27f3f33671f496651e3b1114d5f819" type="targz">ftp://ftp.pardus.org.tr/pub/sources/kde-eclipse-29102005.tar.gz</Archive>
+ <Archive sha1sum="2c80564ec66ec3ed7826f909cf98096089da4aa4" type="targz">http://cekirdek.pardus.org.tr/~gozbulak/files/kde-eclipse-29102005.tar.gz</Archive>
</Source>
<Package>
@@ -26,6 +26,13 @@
</Package>
<History>
+ <Update release="2">
+ <Date>2010-10-05</Date>
+ <Version>20102005</Version>
+ <Comment>Version migration to 2011</Comment>
+ <Name>Gokhan Ozbulak</Name>
+ <Email>gozbulak at pardus.org.tr</Email>
+ </Update>
<Update release="1">
<Date>2006-02-01</Date>
<Version>29102005</Version>
More information about the paketler-commits
mailing list