summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCHTEKK <CHTEKK@localhost>2010-03-30 12:47:24 +0000
committerCHTEKK <CHTEKK@localhost>2010-03-30 12:47:24 +0000
commita6ec986eb1452ead17ddc002629ea31934dc132d (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /apps/media-gfx
parentUpdate EiffelStudio and Traffic ebuilds (usefull for ETHZ students). (diff)
downloadchtekk-a6ec986eb1452ead17ddc002629ea31934dc132d.tar.gz
chtekk-a6ec986eb1452ead17ddc002629ea31934dc132d.tar.bz2
chtekk-a6ec986eb1452ead17ddc002629ea31934dc132d.zip
Empty dev overlay, as I'm retiring from Gentoo.HEADmaster
apps can now be found at http://projects.longitekk.com:8000/Projects/browser/gentoo-ebuilds vda can now be found at http://vda.sourceforge.net/ and http://vda-ng.longitekk.com:8000/VDA-NG/browser (out-of-date) syscp can now be found up-to-date directly from upstream: http://wiki.syscp.org/docs/syscp-howto-gentoo-en coda and versioncp are out-of-date, broken trial runs of some stuff, so they just get deleted svn path=/; revision=104
Diffstat (limited to 'apps/media-gfx')
-rw-r--r--apps/media-gfx/brother-brscan2/Manifest3
-rw-r--r--apps/media-gfx/brother-brscan2/brother-brscan2-0.2.4.ebuild33
2 files changed, 0 insertions, 36 deletions
diff --git a/apps/media-gfx/brother-brscan2/Manifest b/apps/media-gfx/brother-brscan2/Manifest
deleted file mode 100644
index eaa810b..0000000
--- a/apps/media-gfx/brother-brscan2/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST brscan2-0.2.4-0.i386.rpm 74179 RMD160 ed447ebfa12bd0448d1692ae1a601215db045969 SHA1 86ae5326049e610aaab30d06f9c066fefae1cbcb SHA256 5e72834f04622a9f7673c0ed76d2847fff1d31db57415e3629ad13e34701f075
-DIST brscan2-0.2.4-0.x86_64.rpm 85559 RMD160 2d4d9be69c66c8b808f61d56637cbccdc9b6357c SHA1 77d55a81d33e821805b1d2adfecdc28853c99a33 SHA256 bfee8988cd71fb73fe3bb1925689e9a1ff8abaeb97d24c6a662cffc121d7740f
-EBUILD brother-brscan2-0.2.4.ebuild 786 RMD160 b66f3dcf8ac53df3360e06efffe0b9739b9deb66 SHA1 5afad81be05851914813ecc7ab4a4fe62e58a950 SHA256 91a33009434d352daa1f8602e464a316f9e7f6c8c417e61a30337390fd41e66c
diff --git a/apps/media-gfx/brother-brscan2/brother-brscan2-0.2.4.ebuild b/apps/media-gfx/brother-brscan2/brother-brscan2-0.2.4.ebuild
deleted file mode 100644
index 7edbee6..0000000
--- a/apps/media-gfx/brother-brscan2/brother-brscan2-0.2.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit rpm
-
-KEYWORDS="~amd64 ~x86"
-DESCRIPTION="Brother brscan2 scanner driver."
-HOMEPAGE="http://solutions.brother.com/linux/en_us/index.html"
-SRC_URI="amd64? ( http://solutions.brother.com/Library/sol/printer/linux/rpmfiles/sane_others/64bit/brscan2-${PV}-0.x86_64.rpm )
- x86? ( http://solutions.brother.com/Library/sol/printer/linux/rpmfiles/sane_others/brscan2-${PV}-0.i386.rpm )"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=media-gfx/sane-backends-1.0.19"
-
-src_unpack() {
- rpm_src_unpack
-}
-
-src_compile() {
- echo "Nothing to compile."
-}
-
-src_install() {
- cp -Rf "./" "${D}/"
-}
-
-pkg_postinst() {
- ${ROOT}usr/local/Brother/sane/setupSaneScan2 -i
-}