diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-07-24 15:17:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-07-24 15:22:59 +0200 |
commit | d001d706af49191239c26886139513127bea3771 (patch) | |
tree | 80aaae3821d410ae275858177e6d11132622f911 /dev-util | |
parent | dev-util/injectso: Remove last-rited pkg (diff) | |
download | gentoo-d001d706af49191239c26886139513127bea3771.tar.gz gentoo-d001d706af49191239c26886139513127bea3771.tar.bz2 gentoo-d001d706af49191239c26886139513127bea3771.zip |
dev-util/ghh: Remove last-rited pkg
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ghh/ghh-9999.ebuild | 45 | ||||
-rw-r--r-- | dev-util/ghh/metadata.xml | 5 |
2 files changed, 0 insertions, 50 deletions
diff --git a/dev-util/ghh/ghh-9999.ebuild b/dev-util/ghh/ghh-9999.ebuild deleted file mode 100644 index ca34689eb469..000000000000 --- a/dev-util/ghh/ghh-9999.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 -PYTHON_DEPEND="2:2.6" -inherit autotools git-2 python - -DESCRIPTION="a tool to track the history and make backups of your home directory" -HOMEPAGE="http://jean-francois.richard.name/ghh/" -EGIT_REPO_URI="git://github.com/jfrichard/git-home-history.git - https://github.com/jfrichard/git-home-history.git" -EGIT_BOOTSTRAP="autogen.sh" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" -DOCS=( AUTHORS ChangeLog MAINTAINERS NEWS README TODO ) - -# probably needs more/less crap listed here ... -RDEPEND="x11-libs/gtk+:2 - dev-libs/glib:2 - gnome-base/libgnome - app-text/gnome-doc-utils - >=app-text/asciidoc-8 - dev-python/pygtk:2 - dev-vcs/git" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - NOCONFIGURE=yes git_src_prepare -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc ${DOCS[@]} - python_convert_shebangs -r 2 "${ED}" -} diff --git a/dev-util/ghh/metadata.xml b/dev-util/ghh/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/dev-util/ghh/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> |