From b2f1ce777ca34dc228bb0bb998fffe20ea487e9f Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Mon, 21 Apr 2008 23:42:30 +0200 Subject: removed outdated/obsolete ebuilds --- dev-java/sqlitejdbc/Manifest | 3 - dev-java/sqlitejdbc/sqlitejdbc-042.ebuild | 37 ---- net-im/pidgin/Manifest | 2 - net-im/pidgin/pidgin-2.4.1.ebuild | 216 --------------------- sys-fs/fuse-python/Manifest | 3 - .../files/fuse_python_accept_none.patch | 75 ------- sys-fs/fuse-python/fuse-python-0.2.ebuild | 21 -- 7 files changed, 357 deletions(-) delete mode 100644 dev-java/sqlitejdbc/Manifest delete mode 100644 dev-java/sqlitejdbc/sqlitejdbc-042.ebuild delete mode 100644 net-im/pidgin/Manifest delete mode 100644 net-im/pidgin/pidgin-2.4.1.ebuild delete mode 100644 sys-fs/fuse-python/Manifest delete mode 100644 sys-fs/fuse-python/files/fuse_python_accept_none.patch delete mode 100644 sys-fs/fuse-python/fuse-python-0.2.ebuild diff --git a/dev-java/sqlitejdbc/Manifest b/dev-java/sqlitejdbc/Manifest deleted file mode 100644 index 7cf1b7c..0000000 --- a/dev-java/sqlitejdbc/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST sqlitejdbc-v042-src.tgz 570611 RMD160 b5d1248d85fd9820a1ed1a62cbf0bfecbe00a5a0 SHA1 8213af51caecc24a5404cbbb048c772378a6bae6 SHA256 99286809a6898dd3bc1d4badf16ab71c3c50f8f1abdb934c1f2b48904790dedb -EBUILD sqlitejdbc-042.ebuild 667 RMD160 f763bff6d2b1f3d5720b8497fa7e2f4b0f42eba0 SHA1 d5f31045a383f5426fa0e02da7c4d500d920f0dc SHA256 dd5d82e0712d668f9a4121ee7217eb658df7809c393a8f00648db7593ced0701 -MISC .sqlitejdbc-042.ebuild.swp 12288 RMD160 1c4b86d58e570c13755b3598ac72fe767bf38666 SHA1 8caba7d0831ff7b37609d24371c670043f49a41a SHA256 20e4a1cf8975beb381261e134565966a4173090d9f6bfee5f8f88e5bf4584e3b diff --git a/dev-java/sqlitejdbc/sqlitejdbc-042.ebuild b/dev-java/sqlitejdbc/sqlitejdbc-042.ebuild deleted file mode 100644 index eec9b3e..0000000 --- a/dev-java/sqlitejdbc/sqlitejdbc-042.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=1 -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 - -DESCRIPTION="Native JDBC driver for for SQLite-3" -HOMEPAGE="http://www.zentus.com/sqlitejdbc/" -SRC_URI="http://www.zentus.com/sqlitejdbc/dist/${PN}-v${PV}-src.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" - -IUSE="" - -COMMON_DEP="dev-db/sqlite:3" - -RDEPEND=">=virtual/jre-1.4 - ${COMMON_DEP}" -DEPEND=">=virtual/jdk-1.4 - ${COMMON_DEP}" - -src_compile () { - cd ${S} - make -} - -src_install() { - java-pkg_dojar "${PN}.jar" - use doc && java-pkg_dojavadoc build/javadoc - use source && java-pkg_dosrc src -} - diff --git a/net-im/pidgin/Manifest b/net-im/pidgin/Manifest deleted file mode 100644 index c962910..0000000 --- a/net-im/pidgin/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST funpidgin-2.4.1.tar.bz2 9371917 RMD160 f4d5ad477b89a71c42a42e8f71a6fd425e2262e7 SHA1 a28fd6f85f9d5ef5cb347971ff354eaa2efbce7e SHA256 b68e5c9e32a92450f79afcbb1dcdc64aaebd35b622ccf37c7329d0aef8db9fea -EBUILD pidgin-2.4.1.ebuild 5792 RMD160 1c64b66c3596c5878bd69c2e2fae353509afb451 SHA1 5da607221553f15f5927a398f52481037132dce7 SHA256 a0575f74162234a37a90b9c945ad3b8ceece31deb93d2b8830c78761ecf4417a diff --git a/net-im/pidgin/pidgin-2.4.1.ebuild b/net-im/pidgin/pidgin-2.4.1.ebuild deleted file mode 100644 index e6d3abb..0000000 --- a/net-im/pidgin/pidgin-2.4.1.ebuild +++ /dev/null @@ -1,216 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.4.1.ebuild,v 1.1 2008/04/01 15:28:51 tester Exp $ - -inherit flag-o-matic eutils toolchain-funcs multilib perl-app gnome2 - -MY_PV=${PV/_beta/beta} - -DESCRIPTION="GTK Instant Messenger client (Funpidgin fork)" -HOMEPAGE="http://funpidgin.sourceforge.net" -SRC_URI="mirror://sourceforge/funpidgin/funpidgin-${MY_PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="bonjour dbus debug doc eds gadu gnutls gstreamer meanwhile networkmanager nls perl silc tcl tk spell qq gadu" -IUSE="${IUSE} gtk sasl ncurses groupwise prediction zephyr" # mono" - -RDEPEND=" - bonjour? ( net-dns/avahi ) - dbus? ( >=dev-libs/dbus-glib-0.71 - >=dev-python/dbus-python-0.71 - >=sys-apps/dbus-0.90 - >=dev-lang/python-2.4 ) - gtk? ( - spell? ( >=app-text/gtkspell-2.0.2 ) - >=x11-libs/gtk+-2.0 - >=x11-libs/startup-notification-0.5 - x11-libs/libXScrnSaver - eds? ( gnome-extra/evolution-data-server ) ) - >=dev-libs/glib-2.0 - gstreamer? ( =media-libs/gstreamer-0.10* - =media-libs/gst-plugins-good-0.10* ) - perl? ( >=dev-lang/perl-5.8.2-r1 ) - gadu? ( net-libs/libgadu ) - gnutls? ( net-libs/gnutls ) - !gnutls? ( >=dev-libs/nss-3.11 ) - meanwhile? ( net-libs/meanwhile ) - silc? ( >=net-im/silc-toolkit-0.9.12-r3 ) - zephyr? ( >=app-crypt/mit-krb5-1.3.6-r1 ) - tcl? ( dev-lang/tcl ) - tk? ( dev-lang/tk ) - sasl? ( >=dev-libs/cyrus-sasl-2 ) - dev-libs/libxml2 - networkmanager? ( net-misc/networkmanager ) - prediction? ( =dev-db/sqlite-3* )" - #mono? ( dev-lang/mono )" - -DEPEND="$RDEPEND - dev-lang/perl - dev-perl/XML-Parser - dev-util/pkgconfig - doc? ( app-doc/doxygen ) - nls? ( sys-devel/gettext )" - -S="${WORKDIR}/${PN}-${MY_PV}" - -# Enable Default protocols -DYNAMIC_PRPLS="irc,jabber,oscar,yahoo,simple,msn,myspace" - -# List of plugins -# app-accessibility/pidgin-festival -# net-im/librvp -# x11-plugins/guifications -# x11-plugins/pidgin-encryption -# x11-plugins/pidgin-extprefs -# x11-plugins/pidgin-hotkeys -# x11-plugins/pidgin-latex -# x11-plugins/pidgin-libnotify -# x11-plugins/pidgin-otr -# x11-plugins/pidgin-rhythmbox -# x11-plugins/purple-plugin_pack -# x11-themes/pidgin-smileys - -print_pidgin_warning() { - ewarn - ewarn "If you experience problems with pidgin, file them as bugs with" - ewarn "Gentoo's bugzilla, http://bugs.gentoo.org" - ewarn - ewarn "Be sure to USE=\"debug\" and include a backtrace for any seg" - ewarn "faults, see http://developer.pidgin.im/wiki/GetABacktrace for details on" - ewarn "backtraces." - ewarn - ewarn "Please read the pidgin FAQ at http://developer.pidgin.im/wiki/FAQ" - ewarn -} - -pkg_setup() { - print_pidgin_warning - - if use gadu && built_with_use net-libs/libgadu ssl ; then - eerror - eerror "You need to rebuild net-libs/libgadu with USE=-ssl in order" - eerror "enable gadu gadu support in pidgin." - eerror - die "Configure failed" - fi - - if use ncurses && ! built_with_use sys-libs/ncurses unicode; then - eerror - eerror "You need to rebuild sys-libs/ncurses with USE=unicode in order" - eerror "to build finch the console client of pidgin." - eerror - die "Configure failed" - fi - - if ! use gtk && ! use ncurses ; then - einfo - elog "You did not pick the ncurses or gtk use flags, only libpurple" - elog "will be built." - einfo - fi - - if use zephyr && ! built_with_use app-crypt/mit-krb5 krb4 ; then - eerror - eerror "You need to rebuild app-crypt/mit-krb5 with USE=krb4 in order to" - eerror "enable krb4 support for the zephyr protocol in pidgin" - eerror - die "Configure failed" - fi - -} - -src_compile() { - # Stabilize things, for your own good - strip-flags - replace-flags -O? -O2 - - # -msse2 doesn't play nice on gcc 3.2 - [[ "`gcc-version`" == "3.2" ]] && filter-flags -msse2 - - local myconf - - if use gadu; then - DYNAMIC_PRPLS="${DYNAMIC_PRPLS},gg" - myconf="${myconf} --with-gadu-includes=." - myconf="${myconf} --with-gadu-libs=." - fi - - if use silc; then - DYNAMIC_PRPLS="${DYNAMIC_PRPLS},silc" - fi - - if use qq; then - DYNAMIC_PRPLS="${DYNAMIC_PRPLS},qq" - fi - - if use meanwhile; then - DYNAMIC_PRPLS="${DYNAMIC_PRPLS},sametime" - fi - - if use bonjour; then - DYNAMIC_PRPLS="${DYNAMIC_PRPLS},bonjour" - fi - - if use groupwise; then - DYNAMIC_PRPLS="${DYNAMIC_PRPLS},novell" - fi - - if use zephyr; then - DYNAMIC_PRPLS="${DYNAMIC_PRPLS},zephyr" - fi - - if use gnutls ; then - einfo "Disabling NSS, using GnuTLS" - myconf="${myconf} --enable-nss=no --enable-gnutls=yes" - myconf="${myconf} --with-gnutls-includes=/usr/include/gnutls" - myconf="${myconf} --with-gnutls-libs=/usr/$(get_libdir)" - else - einfo "Disabling GnuTLS, using NSS" - myconf="${myconf} --enable-gnutls=no --enable-nss=yes" - fi - - econf \ - $(use_enable ncurses consoleui) \ - $(use_enable nls) \ - $(use_enable perl) \ - $(use_enable gtk gtkui) \ - $(use_enable gtk startup-notification) \ - $(use_enable gtk screensaver) \ - $(use_enable gtk sm) \ - $(use_enable tcl) \ - $(use_enable spell gtkspell) \ - $(use_enable tk) \ - $(use_enable debug) \ - $(use_enable dbus) \ - $(use_enable meanwhile) \ - $(use_enable eds gevolution) \ - $(use_enable gstreamer) \ - $(use_enable sasl cyrus-sasl ) \ - $(use_enable doc doxygen) \ - $(use_enable prediction cap) \ - $(use_enable networkmanager nm) \ - $(use_with zephyr krb4) \ - "--with-dynamic-prpls=${DYNAMIC_PRPLS}" \ - --disable-mono \ - --x-includes=/usr/include/X11 \ - ${myconf} || die "Configuration failed" - #$(use_enable mono) \ - - emake || die "make failed" -} - -src_install() { - gnome2_src_install - use perl && fixlocalpod - dodoc AUTHORS HACKING INSTALL NEWS README ChangeLog - - # Remove superfluous desktop file - use gtk || rm -rf "${D}/usr/share/applications" -} - -pkg_postinst() { - gnome2_pkg_postinst - print_pidgin_warning -} diff --git a/sys-fs/fuse-python/Manifest b/sys-fs/fuse-python/Manifest deleted file mode 100644 index e5167ad..0000000 --- a/sys-fs/fuse-python/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -AUX fuse_python_accept_none.patch 2020 RMD160 558d43b4f5e4e8a7b405f42a7845796c37e1e70b SHA1 30421df4771421a996fa2b54296e27a803fc9a00 SHA256 f0837a17a5b31513ddb13a44d37c381279caad0ce28e60e30e8027412a60422d -DIST fuse-python-0.2.tar.gz 53728 RMD160 dfefb8a632b52b104beacc3435f1d7a67e679073 SHA1 f2be16b1b72bedd85a6db2f2aaf22862de903640 SHA256 89f3e9ac096759e10b6292632216c9653d7e35c2c99847267173d94afdf85b92 -EBUILD fuse-python-0.2.ebuild 609 RMD160 42f136beb92627b03c4545e8cae2d38571b4138b SHA1 f0a4c0ca353380e1a1eb42102d8c68c142b68338 SHA256 a4c4d5f36146f0fc115c0c19ff4452a1af027516e801f514b786bd5b8006224a diff --git a/sys-fs/fuse-python/files/fuse_python_accept_none.patch b/sys-fs/fuse-python/files/fuse_python_accept_none.patch deleted file mode 100644 index 9f71800..0000000 --- a/sys-fs/fuse-python/files/fuse_python_accept_none.patch +++ /dev/null @@ -1,75 +0,0 @@ ---- fuseparts/_fusemodule.c.old 2007-06-18 16:20:09.000000000 +0200 -+++ fuseparts/_fusemodule.c 2008-04-08 01:18:43.000000000 +0200 -@@ -182,8 +182,50 @@ - * the getattr type functions. - */ - --#define fetchattr_soft_d(st, attr, defa) \ -- fetchattr_soft(st, attr) else st->attr = defa -+// (sorry ...) -+ -+#define good(attr) _GOOD_SPAGHETTI_ ## attr -+#define bad(attr) _BAD_SPAGHETTI_ ## attr -+ -+/* -+ * This macro checks whether an attribute is available and not None. -+ * Success --> set attribute and goto _GOOD_SPAGHETTI -+ * Failure --> goto _BAD_SPAGHETTI -+ * Error --> goto OUT_DECREF -+ */ -+#define fetchattr_soft_none_pre(st, attr) \ -+ if (PyObject_HasAttrString(v, #attr)) { \ -+ if (!(pytmp = PyObject_GetAttrString(v, #attr))) \ -+ goto OUT_DECREF; \ -+ else if (pytmp != Py_None) { \ -+ py2attr(st, attr) \ -+ goto good(attr); \ -+ } \ -+ else { \ -+ Py_DECREF(pytmp); \ -+ goto bad(attr); \ -+ } \ -+ } \ -+ goto bad(attr); -+ -+/** -+ * Calls fetchattr_soft_none_pre and ignores failure. -+ */ -+#define fetchattr_soft_none(st, attr) \ -+ fetchattr_soft_none_pre(st, attr); \ -+ good(attr): ; \ -+ bad(attr): ; -+ -+/** -+ * Calls fetchattr_soft_none_pre and sets a default value on failure. -+ */ -+#define fetchattr_soft_d(st, attr, defa) \ -+ fetchattr_soft_none_pre(st, attr); \ -+ bad(attr): \ -+ st->attr = defa; \ -+ good(attr): ; -+ -+// - - #define FETCH_STAT_DATA() \ - fetchattr(st, st_mode); \ -@@ -206,7 +248,7 @@ - * autotools so we just dare to throw these in as is. \ - */ \ - \ -- fetchattr_soft(st, st_rdev); \ -+ fetchattr_soft_none(st, st_rdev); \ - fetchattr_soft_d(st, st_blksize, 4096); \ - fetchattr_soft_d(st, st_blocks, (st->st_size + 511)/512) - -@@ -245,6 +287,10 @@ - #endif - - #undef fetchattr_soft_d -+#undef fetchattr_soft_none -+#undef fetchattr_soft_none_pre -+#undef good -+#undef bad - #undef FETCH_STAT_DATA - - static int diff --git a/sys-fs/fuse-python/fuse-python-0.2.ebuild b/sys-fs/fuse-python/fuse-python-0.2.ebuild deleted file mode 100644 index b2fd340..0000000 --- a/sys-fs/fuse-python/fuse-python-0.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-python/fuse-python-0.2_pre2.ebuild,v 1.2 2007/06/27 20:22:55 swegener Exp $ - -inherit eutils distutils - -KEYWORDS="~amd64 ~x86" -DESCRIPTION="Python FUSE bindings" -HOMEPAGE="http://fuse.sourceforge.net/wiki/index.php/FusePython" -SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=dev-lang/python-2.3 - >=sys-fs/fuse-2.0" - -src_compile () { - epatch "${FILESDIR}/fuse_python_accept_none.patch" - distutils_src_compile -} -- cgit v1.2.3-70-g09d2