diff options
author | 2005-03-16 20:00:06 +0000 | |
---|---|---|
committer | 2005-03-16 20:00:06 +0000 | |
commit | 920c2426b52d2a22285614325044d44d08373cfc (patch) | |
tree | f41c098233c531bf5c8930543e138f481c75a383 /kde-base/xparts | |
parent | Mark ~amd64 (diff) | |
download | historical-920c2426b52d2a22285614325044d44d08373cfc.tar.gz historical-920c2426b52d2a22285614325044d44d08373cfc.tar.bz2 historical-920c2426b52d2a22285614325044d44d08373cfc.zip |
Removing 3.4.0 prereleases: beta1, beta2. RC1 can also be removed but I want to be sure sparc's finished keywording 3.4.0.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'kde-base/xparts')
-rw-r--r-- | kde-base/xparts/files/digest-xparts-3.4.0_beta1 | 3 | ||||
-rw-r--r-- | kde-base/xparts/files/digest-xparts-3.4.0_beta2 | 4 | ||||
-rw-r--r-- | kde-base/xparts/xparts-3.4.0_beta1.ebuild | 37 | ||||
-rw-r--r-- | kde-base/xparts/xparts-3.4.0_beta2.ebuild | 37 |
4 files changed, 0 insertions, 81 deletions
diff --git a/kde-base/xparts/files/digest-xparts-3.4.0_beta1 b/kde-base/xparts/files/digest-xparts-3.4.0_beta1 deleted file mode 100644 index 1d0086ae2535..000000000000 --- a/kde-base/xparts/files/digest-xparts-3.4.0_beta1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 5c5d32448f4b473201d72613cc2902b5 kdebindings-3.3.90.tar.bz2 7113177 -MD5 06b5bb329c3d7271a36dddd17591c259 kdebindings-3.3.90-3.3.91.tar.xdelta 699870 -MD5 168cc78368bd9adf23a348ab24ea9dde kdebindings-3.3.91.tar.bz2 7076147 diff --git a/kde-base/xparts/files/digest-xparts-3.4.0_beta2 b/kde-base/xparts/files/digest-xparts-3.4.0_beta2 deleted file mode 100644 index 4ec6192b717d..000000000000 --- a/kde-base/xparts/files/digest-xparts-3.4.0_beta2 +++ /dev/null @@ -1,4 +0,0 @@ -MD5 5c5d32448f4b473201d72613cc2902b5 kdebindings-3.3.90.tar.bz2 7113177 -MD5 06b5bb329c3d7271a36dddd17591c259 kdebindings-3.3.90-3.3.91.tar.xdelta 699870 -MD5 43151e98503f629857597a75c44aabf8 kdebindings-3.3.91-3.3.92.tar.xdelta 1652503 -MD5 d2db3f4855dc0cdba9f55848551f9c9e kdebindings-3.3.92.tar.bz2 7075478 diff --git a/kde-base/xparts/xparts-3.4.0_beta1.ebuild b/kde-base/xparts/xparts-3.4.0_beta1.ebuild deleted file mode 100644 index c85f692af7cd..000000000000 --- a/kde-base/xparts/xparts-3.4.0_beta1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/xparts/xparts-3.4.0_beta1.ebuild,v 1.2 2005/02/05 11:39:28 danarmak Exp $ - -KMNAME=kdebindings -KMEXTRACTONLY="dcopc" -KMCOPYLIB="libdcopc dcopc" -KM_MAKEFILESREV=1 -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="Allows embedding of generic XParts as KDE KParts" -KEYWORDS="-*" # broken according to upstream - 3.4a1 README -IUSE="mozilla" -DEPEND="=dev-libs/glib-1.2* - =x11-libs/gtk+-1.2* - mozilla? ( net-www/mozilla )" -PATCHES="$FILESDIR/no-gtk-glib-check.diff" - -src_unpack() { - kde-meta_src_unpack - - # Doesn't affect makefile tarballs. - # Real solution will be to split this further and make a separate - # ebuild for the mozilla xpart. - # But since this is officially broken anyway I'm not going to bother... - if ! useq mozilla ; then - # disable mozilla bindings/xpart, because configure doesn't seem to do so - # even when it doesn't detect the mozilla headers - cd ${S}/xparts - cp Makefile.am Makefile.am.orig - sed -e 's:mozilla::' Makefile.am.orig > Makefile.am - fi - cd ${S} && make -f admin/Makefile.common -} - diff --git a/kde-base/xparts/xparts-3.4.0_beta2.ebuild b/kde-base/xparts/xparts-3.4.0_beta2.ebuild deleted file mode 100644 index eb2caa952f04..000000000000 --- a/kde-base/xparts/xparts-3.4.0_beta2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/xparts/xparts-3.4.0_beta2.ebuild,v 1.2 2005/02/27 20:21:43 danarmak Exp $ - -KMNAME=kdebindings -KMEXTRACTONLY="dcopc" -KMCOPYLIB="libdcopc dcopc" -KM_MAKEFILESREV=1 -MAXKDEVER=3.4.0_rc1 -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="Allows embedding of generic XParts as KDE KParts" -KEYWORDS="-*" # broken according to upstream - 3.4a1 README -IUSE="mozilla" -DEPEND="=dev-libs/glib-1.2* - =x11-libs/gtk+-1.2* - mozilla? ( net-www/mozilla )" -PATCHES="$FILESDIR/no-gtk-glib-check.diff" - -src_unpack() { - kde-meta_src_unpack - - # Doesn't affect makefile tarballs. - # Real solution will be to split this further and make a separate - # ebuild for the mozilla xpart. - # But since this is officially broken anyway I'm not going to bother... - if ! useq mozilla ; then - # disable mozilla bindings/xpart, because configure doesn't seem to do so - # even when it doesn't detect the mozilla headers - cd ${S}/xparts - cp Makefile.am Makefile.am.orig - sed -e 's:mozilla::' Makefile.am.orig > Makefile.am - fi - cd ${S} && make -f admin/Makefile.common -} - |