diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-02 22:47:30 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-02 22:47:30 +0000 |
commit | 864f5895225ee6a72227a2027775775ed81a7f37 (patch) | |
tree | e61a873ccfddd18b75473983bb381f8914c1061c /media-gfx/scrot/scrot-0.8.ebuild | |
parent | Remove old (bash-completion.eclass cleanup). (diff) | |
download | historical-864f5895225ee6a72227a2027775775ed81a7f37.tar.gz historical-864f5895225ee6a72227a2027775775ed81a7f37.tar.bz2 historical-864f5895225ee6a72227a2027775775ed81a7f37.zip |
Remove old (bash-completion.eclass cleanup).
Package-Manager: portage-2.2.15/cvs/Linux x86_64
Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'media-gfx/scrot/scrot-0.8.ebuild')
-rw-r--r-- | media-gfx/scrot/scrot-0.8.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
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} -} |