summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/sysprof/Manifest1
-rw-r--r--dev-util/sysprof/sysprof-9999.ebuild44
-rw-r--r--x11-libs/libgalago-gtk/Manifest8
-rw-r--r--x11-libs/libgalago-gtk/libgalago-gtk-0.5.0.ebuild30
4 files changed, 0 insertions, 83 deletions
diff --git a/dev-util/sysprof/Manifest b/dev-util/sysprof/Manifest
deleted file mode 100644
index 557ae5c..0000000
--- a/dev-util/sysprof/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD sysprof-9999.ebuild 1223 RMD160 fa036563233c17d4fac3501821f3b4957306c3b3 SHA1 ce72a263bdda43cd291a709b8bc1b04de29d9012 SHA256 de4f965a2b33450342473e0348766927c33120b04dcc069bf595dd531f19acae
diff --git a/dev-util/sysprof/sysprof-9999.ebuild b/dev-util/sysprof/sysprof-9999.ebuild
deleted file mode 100644
index 7df784c..0000000
--- a/dev-util/sysprof/sysprof-9999.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/sysprof/sysprof-1.0.9.ebuild,v 1.2 2008/02/29 18:00:10 carlo Exp $
-
-inherit eutils linux-mod autotools git
-
-DESCRIPTION="System-wide Linux Profiler"
-HOMEPAGE="http://www.daimi.au.dk/~sandmann/sysprof/"
-EGIT_REPO_URI="git://people.freedesktop.org/~sandmann/sysprof"
-EGIT_BOOTSTRAP="eautoreconf"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.6
- x11-libs/pango
- >=gnome-base/libglade-2"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9"
-
-pkg_setup() {
- MODULE_NAMES="sysprof-module(misc:${S}/module)"
- CONFIG_CHECK="PROFILING"
- PROFILING_ERROR="You need to enable Profiling support in your kernel. \
-For this you need to enable 'Profiling support' under 'Instrumentation Support'. \
-It is marked CONFIG_PROFILING in the config file"
- BUILD_TARGETS="all"
- linux-mod_pkg_setup
-}
-
-src_compile() {
- econf --disable-kernel-module || die
- emake || die
- linux-mod_src_compile
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
- linux-mod_src_install
- dodoc AUTHORS ChangeLog NEWS README TODO
- make_desktop_entry sysprof Sysprof sysprof-icon
-}
diff --git a/x11-libs/libgalago-gtk/Manifest b/x11-libs/libgalago-gtk/Manifest
deleted file mode 100644
index 8d3ac88..0000000
--- a/x11-libs/libgalago-gtk/Manifest
+++ /dev/null
@@ -1,8 +0,0 @@
-DIST libgalago-gtk-0.5.0.tar.bz2 399093 RMD160 dae172e8ff4d9535827226005acb5fef373f014d SHA1 d5f26b2d4134588a458ed65fa3a7cf74d802f8a8 SHA256 734eebb2dc0c706b81643add9eb2676be0ad0ecc30d8ca8527924a3f64b261cc
-EBUILD libgalago-gtk-0.5.0.ebuild 713 RMD160 2a74c67a0c99b7f97878af93ff95df29a8ea3ae2 SHA1 349276ed0de8c11c849e8deb8ee4efd5b2ff53ef SHA256 1b1fd7dcdac3ffe8c719f27e445157f59e3aaa9b53b7e3ed3ac09cdde6f3e771
-MD5 0018fefba13189e116ecf067b33970d5 libgalago-gtk-0.5.0.ebuild 713
-RMD160 2a74c67a0c99b7f97878af93ff95df29a8ea3ae2 libgalago-gtk-0.5.0.ebuild 713
-SHA256 1b1fd7dcdac3ffe8c719f27e445157f59e3aaa9b53b7e3ed3ac09cdde6f3e771 libgalago-gtk-0.5.0.ebuild 713
-MD5 68591844086af441886ffcf2990c7f34 files/digest-libgalago-gtk-0.5.0 262
-RMD160 47c52deeafbde9df4ebd86ec8da913ba17ba5c81 files/digest-libgalago-gtk-0.5.0 262
-SHA256 6d21007c8f8a59dd2c97b0b67300a0e59a3e34109eacd8d58e4cb1240978f048 files/digest-libgalago-gtk-0.5.0 262
diff --git a/x11-libs/libgalago-gtk/libgalago-gtk-0.5.0.ebuild b/x11-libs/libgalago-gtk/libgalago-gtk-0.5.0.ebuild
deleted file mode 100644
index 95d6cb2..0000000
--- a/x11-libs/libgalago-gtk/libgalago-gtk-0.5.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="GTK+ widgets for the Galago presence framework."
-HOMEPAGE="http://www.galago-project.org"
-SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="nls"
-
-RDEPEND=">=dev-libs/glib-2.4
- >=x11-libs/gtk+-2.4
- >=dev-libs/libgalago-0.5.0
- >=sys-apps/dbus-0.36
- >=dev-libs/dbus-glib-0.36"
-
-src_compile() {
- econf $(use_enable nls) || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS
-}