diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-02 22:47:29 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-02 22:47:29 +0000 |
commit | 6d4a27d2c1f2ec9b827376789fea4cffefa53873 (patch) | |
tree | 663d0d6787f200cede0f1f325bc2af1e63e9e5d5 /media-gfx | |
parent | Remove old (bash-completion.eclass cleanup). (diff) | |
download | gentoo-2-6d4a27d2c1f2ec9b827376789fea4cffefa53873.tar.gz gentoo-2-6d4a27d2c1f2ec9b827376789fea4cffefa53873.tar.bz2 gentoo-2-6d4a27d2c1f2ec9b827376789fea4cffefa53873.zip |
Remove old (bash-completion.eclass cleanup).
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/scrot/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/scrot/scrot-0.8.ebuild | 25 |
2 files changed, 4 insertions, 26 deletions
diff --git a/media-gfx/scrot/ChangeLog b/media-gfx/scrot/ChangeLog index 3fb5a4c324bc..b496c53de206 100644 --- a/media-gfx/scrot/ChangeLog +++ b/media-gfx/scrot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/scrot # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/scrot/ChangeLog,v 1.34 2015/01/02 12:16:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/scrot/ChangeLog,v 1.35 2015/01/02 22:47:29 mgorny Exp $ + + 02 Jan 2015; Michał Górny <mgorny@gentoo.org> -scrot-0.8.ebuild: + Remove old (bash-completion.eclass cleanup). 02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> scrot-0.8_p13.ebuild: Stable for sparc, wrt bug #524822 diff --git a/media-gfx/scrot/scrot-0.8.ebuild b/media-gfx/scrot/scrot-0.8.ebuild deleted file mode 100644 index 8035b522821f..000000000000 --- a/media-gfx/scrot/scrot-0.8.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/scrot/scrot-0.8.ebuild,v 1.22 2013/07/27 20:19:02 aballier Exp $ - -inherit bash-completion - -DESCRIPTION="Screen capture utility using imlib2 library" -HOMEPAGE="http://www.linuxbrit.co.uk/" -SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz" - -LICENSE="feh LGPL-2+" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -DEPEND=">=media-libs/imlib2-1.0.3 - >=media-libs/giblib-1.2.3" - -src_install() { - emake DESTDIR="${D}" install || die - rm -r "${D}"/usr/doc - dodoc AUTHORS ChangeLog - - dobashcompletion "${FILESDIR}/${PN}.bash-completion" ${PN} -} |