summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhasufell <hasufell@gentoo.org>2013-04-01 15:03:03 +0200
committerhasufell <hasufell@gentoo.org>2013-04-01 15:03:03 +0200
commite8a7d4e30e43f6606cce44492271e15176868199 (patch)
tree9a096fd208aeebe4990df79c21309a195eb58a0e /app-misc
parentnet-wireless/remuco: remove, cause media-tv/tvtime is masked for removal (diff)
downloadsunrise-e8a7d4e30e43f6606cce44492271e15176868199.tar.gz
sunrise-e8a7d4e30e43f6606cce44492271e15176868199.tar.bz2
sunrise-e8a7d4e30e43f6606cce44492271e15176868199.zip
app-misc/fslint: imported into portage
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/fslint/ChangeLog23
-rw-r--r--app-misc/fslint/Manifest4
-rw-r--r--app-misc/fslint/fslint-2.42.ebuild51
-rw-r--r--app-misc/fslint/metadata.xml5
4 files changed, 0 insertions, 83 deletions
diff --git a/app-misc/fslint/ChangeLog b/app-misc/fslint/ChangeLog
deleted file mode 100644
index 6d2f9f297..000000000
--- a/app-misc/fslint/ChangeLog
+++ /dev/null
@@ -1,23 +0,0 @@
-# ChangeLog for app-misc/fslint
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 15 May 2011; Alexandre Rostovtsev (tetromino) <tetromino@gmail.com>
- -fslint-2.24.ebuild, +fslint-2.42.ebuild:
- Belated version bump. Update ebuild so it works with current python.eclass.
- Add EAPI 3 support. Set liblocation variable using sed instead of a dummy
- python module. Add some comments and die-s, and fix messy emake invocation.
-
- 16 Jan 2008; Alexandre Rostovtsev (tetromino) <tetromino@gmail.com>
- -fslint-2.18.ebuild, +fslint-2.24.ebuild:
- Version bump. Update HOMEPAGE. Keyword ~amd64.
-
- 28 Oct 2007; Charlie Shepherd <masterdriverz@gentoo.org>
- fslint-2.18.ebuild:
- Style: fix erroneous tab, add quotes around $ROOT and remove unnecessary
- usage of $S.
-
- 06 Feb 2007; Jakub Moc <jakub@gentoo.org> +fslint-2.18.ebuild,
- +metadata.xml:
- Initial ebuild for Bug 33341
-
diff --git a/app-misc/fslint/Manifest b/app-misc/fslint/Manifest
deleted file mode 100644
index e0be72b27..000000000
--- a/app-misc/fslint/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST fslint-2.42.tar.gz 111520 RMD160 23e825cd7d798b750c4fe435b731c6e77f15badb SHA1 607a1a8cc391537151660e1129a4c95908509b80 SHA256 babbef4a34f42ab1d396152fd79b4353adc114b2e8d68b838e20a8067c5a3273
-EBUILD fslint-2.42.ebuild 1421 RMD160 be8b193e19bb99a5845a8ae854e84221ec03fcf2 SHA1 b673d9056215b27bff92c5a260c29d3955dc70d1 SHA256 47b7488dfc30612ecccfee4b3e0acfbf35df81638ef75fe1655c2d94b4253ce5
-MISC ChangeLog 913 RMD160 864ab24461a65583acc16b26dc8eff89320af6ec SHA1 1db2a1fe8eb10821a8d3dc18d9a7db7a4cf09688 SHA256 4dc1409b7160b80fa0639fc08065d103be5fc8b2b67e5dd79d92fa6721049302
-MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
diff --git a/app-misc/fslint/fslint-2.42.ebuild b/app-misc/fslint/fslint-2.42.ebuild
deleted file mode 100644
index d9eae02a0..000000000
--- a/app-misc/fslint/fslint-2.42.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-PYTHON_DEPEND="2"
-
-inherit eutils python
-
-DESCRIPTION="A utility to find various forms of lint on a filesystem"
-HOMEPAGE="http://www.pixelbeat.org/fslint/"
-SRC_URI="http://www.pixelbeat.org/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-DEPEND="nls? ( sys-devel/gettext )"
-RDEPEND="dev-python/pygtk:2"
-
-src_prepare() {
- python_convert_shebangs -r 2 .
- # change some paths to make fslint-gui run when installed in /usr/bin
- sed -e "s:^liblocation=.*$:liblocation='${EROOT}usr/share/${PN}' #Gentoo:" \
- -e "s:^locale_base=.*$:locale_base=None #Gentoo:" \
- -i fslint-gui || die "sed failed"
-}
-
-src_install() {
- # the only sane way of installing dozens of files, most (but not all!)
- # of them executable scripts, spread over multiple subdirectories
- dodir /usr/share/${PN}
- cp -R ${PN}/ "${ED}"/usr/share/${PN} || die "cp failed"
-
- insinto /usr/share/${PN}
- doins ${PN}{.glade,.gladep,_icon.png} || die "doins failed"
-
- dobin ${PN}-gui || die "dobin failed"
-
- doicon ${PN}_icon.png || die "doicon failed"
- domenu ${PN}.desktop || die "domenu failed"
-
- dodoc doc/{FAQ,NEWS,README,TODO} || die "dodoc failed"
- doman man/{fslint.1,fslint-gui.1} || die "doman failed"
-
- if use nls ; then
- cd po
- emake DESTDIR="${D}" install || die "locales install failed"
- fi
-}
diff --git a/app-misc/fslint/metadata.xml b/app-misc/fslint/metadata.xml
deleted file mode 100644
index 31dc017fa..000000000
--- a/app-misc/fslint/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><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>