summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-07-15 12:32:30 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-07-15 12:32:30 +0000
commitbc3f760b978d4da7dd47dde4499073d0b3f564dc (patch)
tree38b01014ebc50952f277525246aa7321e685d21a /app-editors/kxmleditor
parentStable on x86. (diff)
downloadhistorical-bc3f760b978d4da7dd47dde4499073d0b3f564dc.tar.gz
historical-bc3f760b978d4da7dd47dde4499073d0b3f564dc.tar.bz2
historical-bc3f760b978d4da7dd47dde4499073d0b3f564dc.zip
Remove old ebuilds.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-editors/kxmleditor')
-rw-r--r--app-editors/kxmleditor/files/digest-kxmleditor-1.0.01
-rw-r--r--app-editors/kxmleditor/files/digest-kxmleditor-1.1.31
-rw-r--r--app-editors/kxmleditor/files/kxmleditor-0.8-gcc3.diff11
-rw-r--r--app-editors/kxmleditor/files/kxmleditor-1.1.3-configure.patch143
-rw-r--r--app-editors/kxmleditor/kxmleditor-1.0.0.ebuild15
-rw-r--r--app-editors/kxmleditor/kxmleditor-1.1.3.ebuild21
6 files changed, 0 insertions, 192 deletions
diff --git a/app-editors/kxmleditor/files/digest-kxmleditor-1.0.0 b/app-editors/kxmleditor/files/digest-kxmleditor-1.0.0
deleted file mode 100644
index dbf6cd170f81..000000000000
--- a/app-editors/kxmleditor/files/digest-kxmleditor-1.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0f34b6b8a5aa5781cb7f48c5fbcae10d kxmleditor-1.0.0.tar.gz 1395834
diff --git a/app-editors/kxmleditor/files/digest-kxmleditor-1.1.3 b/app-editors/kxmleditor/files/digest-kxmleditor-1.1.3
deleted file mode 100644
index a16b9aafefac..000000000000
--- a/app-editors/kxmleditor/files/digest-kxmleditor-1.1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0edae2359e6260524481b920d58580da kxmleditor-1.1.3.tar.gz 1308240
diff --git a/app-editors/kxmleditor/files/kxmleditor-0.8-gcc3.diff b/app-editors/kxmleditor/files/kxmleditor-0.8-gcc3.diff
deleted file mode 100644
index 1bd05beb6b9f..000000000000
--- a/app-editors/kxmleditor/files/kxmleditor-0.8-gcc3.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- part/dlgxmlattribute.cpp Thu Jul 18 13:53:37 2002
-+++ part/dlgxmlattribute.cpp Mon Aug 19 22:05:23 2002
-@@ -22,7 +22,7 @@
-
- #include <qpushbutton.h>
-
--DlgXMLAttribute::DlgXMLAttribute( QWidget * pParent = 0, const char * pszName = 0, bool fModal = true, WFlags fl = 0 )
-+DlgXMLAttribute::DlgXMLAttribute( QWidget * pParent, const char * pszName, bool fModal, WFlags fl )
- : DlgXMLAttributeBase( pParent, pszName, fModal, fl )
- {
- connect( m_pEditQName, SIGNAL(textChanged(const QString &)), this, SLOT(slotDataChanged()) );
diff --git a/app-editors/kxmleditor/files/kxmleditor-1.1.3-configure.patch b/app-editors/kxmleditor/files/kxmleditor-1.1.3-configure.patch
deleted file mode 100644
index baa52209c5f6..000000000000
--- a/app-editors/kxmleditor/files/kxmleditor-1.1.3-configure.patch
+++ /dev/null
@@ -1,143 +0,0 @@
---- configure.orig 2004-10-21 23:19:26.889996584 +0200
-+++ configure 2004-10-21 23:22:34.475479256 +0200
-@@ -23933,139 +23933,7 @@
-
- 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/app-editors/kxmleditor/kxmleditor-1.0.0.ebuild b/app-editors/kxmleditor/kxmleditor-1.0.0.ebuild
deleted file mode 100644
index 7dca3001cab6..000000000000
--- a/app-editors/kxmleditor/kxmleditor-1.0.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/kxmleditor/kxmleditor-1.0.0.ebuild,v 1.10 2005/01/01 13:30:10 eradicator Exp $
-
-inherit kde
-need-kde 3
-
-DESCRIPTION="KDE XML Editor to display and edit contents of XML files"
-HOMEPAGE="http://kxmleditor.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc ~amd64 sparc"
-IUSE="" \ No newline at end of file
diff --git a/app-editors/kxmleditor/kxmleditor-1.1.3.ebuild b/app-editors/kxmleditor/kxmleditor-1.1.3.ebuild
deleted file mode 100644
index c928d187db4d..000000000000
--- a/app-editors/kxmleditor/kxmleditor-1.1.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/kxmleditor/kxmleditor-1.1.3.ebuild,v 1.7 2005/07/07 02:05:02 agriffis Exp $
-
-inherit kde eutils
-
-DESCRIPTION="KDE XML Editor to display and edit contents of XML files"
-HOMEPAGE="http://kxmleditor.sourceforge.net"
-SRC_URI="mirror://sourceforge/kxmleditor/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc ~amd64 sparc"
-IUSE="arts"
-
-need-kde 3.1
-
-src_unpack() {
- kde_src_unpack
- ! useq arts && epatch ${FILESDIR}/${P}-configure.patch
-}