summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-02-03 12:46:33 +0000
committerPacho Ramos <pacho@gentoo.org>2013-02-03 12:46:33 +0000
commitf5bdc6b0c853ba777ffd00763bf442db400b4ff7 (patch)
treee58c3b5eded5f585ab61ce6d96b329dc6c940952 /x11-misc/growl-for-linux
parentCleanup due #22900 (diff)
downloadgentoo-2-f5bdc6b0c853ba777ffd00763bf442db400b4ff7.tar.gz
gentoo-2-f5bdc6b0c853ba777ffd00763bf442db400b4ff7.tar.bz2
gentoo-2-f5bdc6b0c853ba777ffd00763bf442db400b4ff7.zip
Cleanup due #22900
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-misc/growl-for-linux')
-rw-r--r--x11-misc/growl-for-linux/ChangeLog9
-rw-r--r--x11-misc/growl-for-linux/growl-for-linux-0.1.ebuild37
-rw-r--r--x11-misc/growl-for-linux/metadata.xml3
3 files changed, 7 insertions, 42 deletions
diff --git a/x11-misc/growl-for-linux/ChangeLog b/x11-misc/growl-for-linux/ChangeLog
index 17db670cd9ba..3a5d12e83a9b 100644
--- a/x11-misc/growl-for-linux/ChangeLog
+++ b/x11-misc/growl-for-linux/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/growl-for-linux
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/growl-for-linux/ChangeLog,v 1.4 2012/05/05 04:53:48 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/growl-for-linux/ChangeLog,v 1.5 2013/02/03 12:46:33 pacho Exp $
+
+ 03 Feb 2013; Pacho Ramos <pacho@gentoo.org> -growl-for-linux-0.1.ebuild,
+ metadata.xml:
+ Cleanup due #22900
05 May 2012; Jeff Horelick <jdhore@gentoo.org> growl-for-linux-0.1.ebuild,
growl-for-linux-0.2.ebuild:
@@ -20,4 +24,3 @@
27 Apr 2011; MATSUU Takuto <matsuu@gentoo.org> +growl-for-linux-0.1.ebuild,
+metadata.xml:
Initial import.
-
diff --git a/x11-misc/growl-for-linux/growl-for-linux-0.1.ebuild b/x11-misc/growl-for-linux/growl-for-linux-0.1.ebuild
deleted file mode 100644
index 1c45f31f7fdf..000000000000
--- a/x11-misc/growl-for-linux/growl-for-linux-0.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/growl-for-linux/growl-for-linux-0.1.ebuild,v 1.3 2012/05/05 04:53:48 jdhore Exp $
-
-EAPI=3
-inherit multilib
-
-DESCRIPTION="Growl Implementation For Linux"
-HOMEPAGE="http://mattn.github.com/growl-for-linux/"
-SRC_URI="mirror://github/mattn/growl-for-linux/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-db/sqlite:3
- dev-libs/dbus-glib
- dev-libs/glib:2
- dev-libs/libxml2
- dev-libs/openssl
- net-misc/curl
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- econf --disable-static
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- find "${ED}/usr/$(get_libdir)/growl-for-linux" -name "*.la" -exec rm {} + || die
-
- dodoc AUTHORS ChangeLog NEWS README* TODO || die
-}
diff --git a/x11-misc/growl-for-linux/metadata.xml b/x11-misc/growl-for-linux/metadata.xml
index 0b8fdd7df19f..ae80953cedec 100644
--- a/x11-misc/growl-for-linux/metadata.xml
+++ b/x11-misc/growl-for-linux/metadata.xml
@@ -2,8 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
-<email>matsuu@gentoo.org</email>
-<name>MATSUU Takuto</name>
+<email>maintainer-needed@gentoo.org</email>
</maintainer>
<longdescription lang="en">
Growl For Linux is Linux-compatible of Growl. Growl is a notification system for Mac OS X.