diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-04-13 06:25:40 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-04-13 06:25:40 +0000 |
commit | 84bcd3d710ef5f0359c1697c00741f36403e71bf (patch) | |
tree | 1cc385fe915dc8dd8249445f55af1f24d289e97a /dev-embedded/pikdev/files | |
parent | Stable on amd64 wrt bug 172088 (diff) | |
download | gentoo-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/pikdev/files')
4 files changed, 0 insertions, 183 deletions
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; |