summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2007-04-13 06:25:40 +0000
committerDenis Dupeyron <calchan@gentoo.org>2007-04-13 06:25:40 +0000
commit84bcd3d710ef5f0359c1697c00741f36403e71bf (patch)
tree1cc385fe915dc8dd8249445f55af1f24d289e97a /dev-embedded
parentStable on amd64 wrt bug 172088 (diff)
downloadgentoo-2-84bcd3d710ef5f0359c1697c00741f36403e71bf.tar.gz
gentoo-2-84bcd3d710ef5f0359c1697c00741f36403e71bf.tar.bz2
gentoo-2-84bcd3d710ef5f0359c1697c00741f36403e71bf.zip
Post-stabilization cleanup.
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-embedded')
-rw-r--r--dev-embedded/pikdev/ChangeLog7
-rw-r--r--dev-embedded/pikdev/files/digest-pikdev-0.7.1-r13
-rw-r--r--dev-embedded/pikdev/files/digest-pikdev-0.7.1-r23
-rw-r--r--dev-embedded/pikdev/files/pikdev-0.7.1-configure-arts.patch141
-rw-r--r--dev-embedded/pikdev/files/pikdev-0.7.1-fix.diff36
-rw-r--r--dev-embedded/pikdev/pikdev-0.7.1-r1.ebuild49
-rw-r--r--dev-embedded/pikdev/pikdev-0.7.1-r2.ebuild48
7 files changed, 6 insertions, 281 deletions
diff --git a/dev-embedded/pikdev/ChangeLog b/dev-embedded/pikdev/ChangeLog
index a321326460af..2bba6377852f 100644
--- a/dev-embedded/pikdev/ChangeLog
+++ b/dev-embedded/pikdev/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-embedded/pikdev
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/pikdev/ChangeLog,v 1.32 2007/04/12 22:55:51 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/pikdev/ChangeLog,v 1.33 2007/04/13 06:25:40 calchan Exp $
+
+ 13 Apr 2007; Denis Dupeyron <calchan@gentoo.org>
+ -files/pikdev-0.7.1-configure-arts.patch, -files/pikdev-0.7.1-fix.diff,
+ -pikdev-0.7.1-r1.ebuild, -pikdev-0.7.1-r2.ebuild:
+ Post-stabilization cleanup.
12 Apr 2007; Christian Faulhammer <opfer@gentoo.org>
pikdev-0.9.2.1.ebuild:
diff --git a/dev-embedded/pikdev/files/digest-pikdev-0.7.1-r1 b/dev-embedded/pikdev/files/digest-pikdev-0.7.1-r1
deleted file mode 100644
index c95a3c97a885..000000000000
--- a/dev-embedded/pikdev/files/digest-pikdev-0.7.1-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 f806451450b6f2b700398609f99421df pikdev-0.7.1.tar.gz 1056042
-RMD160 4f14053f993e275322c177b4fd82bf1fd5d2afd2 pikdev-0.7.1.tar.gz 1056042
-SHA256 7d1414c9393141ee7ebb33b02ef20d724e776cf97496321390adcab21894081e pikdev-0.7.1.tar.gz 1056042
diff --git a/dev-embedded/pikdev/files/digest-pikdev-0.7.1-r2 b/dev-embedded/pikdev/files/digest-pikdev-0.7.1-r2
deleted file mode 100644
index c95a3c97a885..000000000000
--- a/dev-embedded/pikdev/files/digest-pikdev-0.7.1-r2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 f806451450b6f2b700398609f99421df pikdev-0.7.1.tar.gz 1056042
-RMD160 4f14053f993e275322c177b4fd82bf1fd5d2afd2 pikdev-0.7.1.tar.gz 1056042
-SHA256 7d1414c9393141ee7ebb33b02ef20d724e776cf97496321390adcab21894081e pikdev-0.7.1.tar.gz 1056042
diff --git a/dev-embedded/pikdev/files/pikdev-0.7.1-configure-arts.patch b/dev-embedded/pikdev/files/pikdev-0.7.1-configure-arts.patch
deleted file mode 100644
index e63dda972733..000000000000
--- a/dev-embedded/pikdev/files/pikdev-0.7.1-configure-arts.patch
+++ /dev/null
@@ -1,141 +0,0 @@
---- pikdev-0.7.1/configure.orig 2005-05-01 21:03:20.000000000 +0200
-+++ pikdev-0.7.1/configure 2005-05-01 21:05:29.000000000 +0200
-@@ -25061,138 +25061,6 @@
- fi
-
-
-- echo "$as_me:$LINENO: checking for mcopidl" >&5
--echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6
-- if test -n "$MCOPIDL"; then
-- kde_cv_path="$MCOPIDL";
-- else
-- kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'`
--
-- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
-- echo $ECHO_N "(cached) $ECHO_C" >&6
--else
--
-- kde_cv_path="NONE"
-- dirs="$kde_default_bindirs"
-- kde_save_IFS=$IFS
-- IFS=':'
-- for dir in $PATH; do
-- dirs="$dirs $dir"
-- done
-- IFS=$kde_save_IFS
--
-- for dir in $dirs; do
-- if test -x "$dir/mcopidl"; then
-- if test -n ""
-- then
-- evalstr="$dir/mcopidl 2>&1 "
-- if eval $evalstr; then
-- kde_cv_path="$dir/mcopidl"
-- break
-- fi
-- else
-- kde_cv_path="$dir/mcopidl"
-- break
-- fi
-- fi
-- done
--
-- eval "kde_cv_path_$kde_cache=$kde_cv_path"
--
--
--fi
--
--
-- eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
--
-- fi
--
-- if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
-- echo "$as_me:$LINENO: result: not found" >&5
--echo "${ECHO_T}not found" >&6
--
-- { { echo "$as_me:$LINENO: error: The important program mcopidl was not found!
--Please check whether you installed aRts correctly.
--" >&5
--echo "$as_me: error: The important program mcopidl was not found!
--Please check whether you installed aRts correctly.
--" >&2;}
-- { (exit 1); exit 1; }; }
--
-- else
-- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
--echo "${ECHO_T}$kde_cv_path" >&6
-- MCOPIDL=$kde_cv_path
--
-- fi
--
--
-- echo "$as_me:$LINENO: checking for artsc-config" >&5
--echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6
-- if test -n "$ARTSCCONFIG"; then
-- kde_cv_path="$ARTSCCONFIG";
-- else
-- kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
--
-- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
-- echo $ECHO_N "(cached) $ECHO_C" >&6
--else
--
-- kde_cv_path="NONE"
-- dirs="$kde_default_bindirs"
-- kde_save_IFS=$IFS
-- IFS=':'
-- for dir in $PATH; do
-- dirs="$dirs $dir"
-- done
-- IFS=$kde_save_IFS
--
-- for dir in $dirs; do
-- if test -x "$dir/artsc-config"; then
-- if test -n ""
-- then
-- evalstr="$dir/artsc-config 2>&1 "
-- if eval $evalstr; then
-- kde_cv_path="$dir/artsc-config"
-- break
-- fi
-- else
-- kde_cv_path="$dir/artsc-config"
-- break
-- fi
-- fi
-- done
--
-- eval "kde_cv_path_$kde_cache=$kde_cv_path"
--
--
--fi
--
--
-- eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
--
-- fi
--
-- if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
-- echo "$as_me:$LINENO: result: not found" >&5
--echo "${ECHO_T}not found" >&6
--
-- { { echo "$as_me:$LINENO: error: The important program artsc-config was not found!
--Please check whether you installed aRts correctly.
--" >&5
--echo "$as_me: error: The important program artsc-config was not found!
--Please check whether you installed aRts correctly.
--" >&2;}
-- { (exit 1); exit 1; }; }
--
-- else
-- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
--echo "${ECHO_T}$kde_cv_path" >&6
-- ARTSCCONFIG=$kde_cv_path
--
-- fi
--
--
- echo "$as_me:$LINENO: checking for kde-config" >&5
- echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
- if test -n "$KDECONFIG"; then
diff --git a/dev-embedded/pikdev/files/pikdev-0.7.1-fix.diff b/dev-embedded/pikdev/files/pikdev-0.7.1-fix.diff
deleted file mode 100644
index 2a1e54661403..000000000000
--- a/dev-embedded/pikdev/files/pikdev-0.7.1-fix.diff
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -Npaur pikdev-0.7.1/pikdev/PikMain.h pikdev-0.7.1-fixed/pikdev/PikMain.h
---- pikdev-0.7.1/pikdev/PikMain.h 2004-10-08 22:03:46.000000000 +0200
-+++ pikdev-0.7.1-fixed/pikdev/PikMain.h 2004-11-30 11:22:13.795988328 +0100
-@@ -119,7 +119,7 @@ private:
- // unique toolbar
- KToolBar *toolbar ;
-
-- EditorManager *edimanager ; ;
-+ EditorManager *edimanager ;
- QTextEdit *console ;
-
- // hardware support
-diff -Npaur pikdev-0.7.1/pikdev/PrgConfig.h pikdev-0.7.1-fixed/pikdev/PrgConfig.h
---- pikdev-0.7.1/pikdev/PrgConfig.h 2004-08-16 19:48:40.000000000 +0200
-+++ pikdev-0.7.1-fixed/pikdev/PrgConfig.h 2004-11-30 11:32:59.561817000 +0100
-@@ -122,7 +122,7 @@ public slots:
- /** No descriptions */
- void slotSerDeviceSelected(bool state);
- /** Changes pin/port configuration when a new standard hardware is selected */
-- void slotStdHardware(const QString& name) ;;
-+ void slotStdHardware(const QString& name) ;
- /** Creates a new hardware profile */
- void slotSaveHardware();
- signals:
-diff -Npaur pikdev-0.7.1/pikdev/ProjectWid.h pikdev-0.7.1-fixed/pikdev/ProjectWid.h
---- pikdev-0.7.1/pikdev/ProjectWid.h 2004-08-16 19:48:43.000000000 +0200
-+++ pikdev-0.7.1-fixed/pikdev/ProjectWid.h 2004-11-30 11:22:28.729718056 +0100
-@@ -75,7 +75,7 @@ public slots:
- /** No descriptions */
- void slotProjectEditorClosed();
- /** No descriptions */
-- void slotOpenProjectFile(const QString& filename) ;;
-+ void slotOpenProjectFile(const QString& filename) ;
- private: // Private attributes
- /** New project widget */
- NewProject * newproject;
diff --git a/dev-embedded/pikdev/pikdev-0.7.1-r1.ebuild b/dev-embedded/pikdev/pikdev-0.7.1-r1.ebuild
deleted file mode 100644
index e8b2192128b7..000000000000
--- a/dev-embedded/pikdev/pikdev-0.7.1-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/pikdev/pikdev-0.7.1-r1.ebuild,v 1.7 2007/01/28 06:16:34 genone Exp $
-
-inherit kde
-
-DESCRIPTION="Graphical IDE for PIC-based application development"
-HOMEPAGE="http://pikdev.free.fr/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-IUSE=""
-# we used to restrict at Authors request
-# RESTRICT="nomirror"
-# but he has since stopped hosting it, it's on the gentoo mirrors now
-
-DEPEND="dev-embedded/gputils
- kde-base/arts"
-RDEPEND="${DEPEND}"
-
-need-kde 3
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/${P}-fix.diff
-}
-
-src_compile() {
- kde_src_compile myconf configure
- sed -i -e "s#\(kde_.* = \)\${prefix}\(.*\)#\1${KDEDIR}\2#g" Makefile */Makefile
- kde_src_compile make
-}
-
-src_install() {
- kde_src_install all
- dobin pkp
-}
-
-pkg_postinst() {
- elog "The author requests that you email him at alain.gibaud@free.fr when you"
- elog "install this package. See http://pikdev.free.fr/download.php3 for details"
-
- ewarn "CAUTION: If you already have a previous version of PiKdev, do not forget to delete the"
- ewarn " ~/.kde/share/apps/pikdev directory before running the new version. This directory"
- ewarn " contains a local copy of configuration files and prevents new functionnalities to appear"
- ewarn " in menus/toolbars."
-}
diff --git a/dev-embedded/pikdev/pikdev-0.7.1-r2.ebuild b/dev-embedded/pikdev/pikdev-0.7.1-r2.ebuild
deleted file mode 100644
index 5f1abb844112..000000000000
--- a/dev-embedded/pikdev/pikdev-0.7.1-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/pikdev/pikdev-0.7.1-r2.ebuild,v 1.4 2007/01/28 06:16:34 genone Exp $
-
-inherit kde
-
-DESCRIPTION="Graphical IDE for PIC-based application development"
-HOMEPAGE="http://pikdev.free.fr/"
-SRC_URI="http://pikdev.free.fr/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-# restrict at Authors request
-# RESTRICT="nomirror"
-# but he has since stopped hosting it, it's on the gentoo mirrors now
-
-DEPEND="dev-embedded/gputils"
-need-kde 3
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/${P}-fix.diff
- epatch ${FILESDIR}/${P}-configure-arts.patch
-}
-
-src_compile() {
- KDEDIR=$(kde-config --prefix)
- kde_src_compile myconf configure
- sed -i -e "s#\(kde_.* = \)\${prefix}\(.*\)#\1${KDEDIR}\2#g" Makefile */Makefile
- kde_src_compile make
-}
-
-src_install() {
- kde_src_install all
- dobin pkp
-}
-
-pkg_postinst() {
- elog "The author requests that you email him at alain.gibaud@free.fr when you"
- elog "install this package. See http://pikdev.free.fr/download.php3 for details"
-
- ewarn "CAUTION: If you already have a previous version of PiKdev, do not forget to delete the"
- ewarn " ~/.kde/share/apps/pikdev directory before running the new version. This directory"
- ewarn " contains a local copy of configuration files and prevents new functionnalities to appear"
- ewarn " in menus/toolbars."
-}