commit: 174dcd3a52f8f569bb410cbaeb5e45ffb5f78be8 Author: layman <layman <AT> localhost> AuthorDate: Sun Aug 23 01:47:13 2015 +0000 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org> CommitDate: Sun Aug 23 01:47:13 2015 +0000 URL: https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=174dcd3a
Remove old facebook-notify ebuild. net-misc/facebook-notify/Manifest | 2 -- .../facebook-notify/facebook-notify-9999.ebuild | 31 ---------------------- 2 files changed, 33 deletions(-) diff --git a/net-misc/facebook-notify/Manifest b/net-misc/facebook-notify/Manifest deleted file mode 100644 index be88d0b..0000000 --- a/net-misc/facebook-notify/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -AUX facebook-notify-9999-submodule.patch 428 RMD160 30c98dff0576b79c6f514712070b6b74191862b6 SHA1 46fd83056e7d2ba1cfffa7e4d89ff6228756ec3b SHA256 f5699852e554ee34a72e62bd3a12ab0bd4c4dfc55f1a4548f34746ab9f7726fb -EBUILD facebook-notify-9999.ebuild 604 RMD160 0665321626ac6e8311b9765ac73a090dc5c2ec2f SHA1 0387c078acdd4f92a3ded235669c605cf3bc779a SHA256 8c0ee403793b2cd14b37e7ca1b33e8334eb49b1a0ea76f7f7b95a37f7157fe53 diff --git a/net-misc/facebook-notify/facebook-notify-9999.ebuild b/net-misc/facebook-notify/facebook-notify-9999.ebuild deleted file mode 100644 index 7a0198e..0000000 --- a/net-misc/facebook-notify/facebook-notify-9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit distutils git eutils - -EGIT_REPO_URI="git://github.com/nzjrs/facebook-notify" - -DESCRIPTION="Facebook notification tool" -HOMEPAGE="http://nzjrs.github.com/facebook-notify/" -SRC_URI="" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="dev-python/pygtk - dev-python/pywebkitgtk" -RDEPEND="${DEPEND}" - -src_unpack() { - git_src_unpack -} - -src_prepare() { - cd ${S} - sed -i -e 's/libfacebooknotify"/libfacebooknotify","libfacebooknotify.facebook"/' setup.py -}
