commit: 85904f2265c31d76d0745de6b79947aa2c6d0e00 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Wed Sep 14 14:34:52 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Sep 14 14:38:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85904f22
app-text/kpaste: remove last rited package app-text/kpaste/Manifest | 1 - app-text/kpaste/kpaste-1.0.ebuild | 28 ---------------------------- app-text/kpaste/metadata.xml | 8 -------- 3 files changed, 37 deletions(-) diff --git a/app-text/kpaste/Manifest b/app-text/kpaste/Manifest deleted file mode 100644 index 0d2cbad..00000000 --- a/app-text/kpaste/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kpaste-1.0.tar.bz2 19607 SHA256 3fda8aa0efa8231b81ab863f6884999d0c1fbbc729f64979fd49a48c1651e801 SHA512 ba1e2b10192e3f5a2f8fa11ca57ec274a6b277195ba8ec41c64ea0ea4552f477c785c7894ea653137094cf3a6d041f04260006326978993d00cab1edd6c93918 WHIRLPOOL 98fa7c4d9e2eb753f1d49bf9f62dca1f80a4042a84cc3795773133b109cce95c9abf42ae080d9d2fe66448ff02d833aa6d19770f770ece618269b30f19d9d861 diff --git a/app-text/kpaste/kpaste-1.0.ebuild b/app-text/kpaste/kpaste-1.0.ebuild deleted file mode 100644 index f722878..00000000 --- a/app-text/kpaste/kpaste-1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -inherit python-single-r1 - -DESCRIPTION="Command-line tool to paste to paste.kde.org" -HOMEPAGE="https://projects.kde.org/projects/playground/utils/kpaste" -SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_compile() { - : -} - -src_install() { - dobin kpaste - dodoc README - - python_fix_shebang "${ED}"usr/bin/kpaste -} diff --git a/app-text/kpaste/metadata.xml b/app-text/kpaste/metadata.xml deleted file mode 100644 index 2fdbf33..00000000 --- a/app-text/kpaste/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo KDE Project</name> - </maintainer> -</pkgmetadata>
