summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-03-10 22:55:38 +0000
committerMart Raudsepp <leio@gentoo.org>2008-03-10 22:55:38 +0000
commit35bf4c7c5bce7a05e7d6e5884aac7959bb5e9d8b (patch)
treee71d1ab3fe25f1f934eb99ed03803cecd1d40d4d /x11-libs/startup-notification/startup-notification-0.8.ebuild
parentRemove GNOME 2.18 (diff)
downloadgentoo-2-35bf4c7c5bce7a05e7d6e5884aac7959bb5e9d8b.tar.gz
gentoo-2-35bf4c7c5bce7a05e7d6e5884aac7959bb5e9d8b.tar.bz2
gentoo-2-35bf4c7c5bce7a05e7d6e5884aac7959bb5e9d8b.zip
Remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-libs/startup-notification/startup-notification-0.8.ebuild')
-rw-r--r--x11-libs/startup-notification/startup-notification-0.8.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-libs/startup-notification/startup-notification-0.8.ebuild b/x11-libs/startup-notification/startup-notification-0.8.ebuild
deleted file mode 100644
index 31c2011fdd53..000000000000
--- a/x11-libs/startup-notification/startup-notification-0.8.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/startup-notification/startup-notification-0.8.ebuild,v 1.16 2007/03/11 14:34:42 drac Exp $
-
-inherit gnome.org
-
-DESCRIPTION="Application startup notification and feedback library"
-HOMEPAGE="http://www.freedesktop.org/software/startup-notification/"
-
-LICENSE="LGPL-2 BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libSM
- x11-libs/libICE"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-libs/libXt"
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed."
- dodoc AUTHORS ChangeLog NEWS README doc/startup-notification.txt
-}