diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-05-16 21:58:53 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-05-16 21:58:53 +0000 |
commit | 52de52da3f9aa8a8e11d7a356d1ec8620a1c9b5b (patch) | |
tree | 292dfc2ea15ad87c511d9e2d882de2ca77ff12f5 /app-accessibility | |
parent | SRC_URI move (diff) | |
download | historical-52de52da3f9aa8a8e11d7a356d1ec8620a1c9b5b.tar.gz historical-52de52da3f9aa8a8e11d7a356d1ec8620a1c9b5b.tar.bz2 historical-52de52da3f9aa8a8e11d7a356d1ec8620a1c9b5b.zip |
Marking 3.6.1 stable (x86). Removing outdated ebuild
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/brltty/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/brltty/Manifest | 16 | ||||
-rw-r--r-- | app-accessibility/brltty/brltty-3.4.1.ebuild | 31 | ||||
-rw-r--r-- | app-accessibility/brltty/brltty-3.6.1.ebuild | 4 | ||||
-rw-r--r-- | app-accessibility/brltty/files/digest-brltty-3.4.1 | 1 |
5 files changed, 8 insertions, 49 deletions
diff --git a/app-accessibility/brltty/ChangeLog b/app-accessibility/brltty/ChangeLog index 2ae4c3aa51d1..06d5436e3e58 100644 --- a/app-accessibility/brltty/ChangeLog +++ b/app-accessibility/brltty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/brltty # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.24 2005/05/16 21:39:27 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.25 2005/05/16 21:58:53 leonardop Exp $ + + 16 May 2004; Leonardo Boshell <leonardop@gentoo.org> brltty-3.6.1.ebuild: + Stable on x86. 16 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> brltty-3.6.ebuild: Stable on sparc diff --git a/app-accessibility/brltty/Manifest b/app-accessibility/brltty/Manifest index eef09eb69df1..e179d905ddc2 100644 --- a/app-accessibility/brltty/Manifest +++ b/app-accessibility/brltty/Manifest @@ -1,20 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 7641dd1582f1330517e4a0b3d589a6e9 ChangeLog 2943 -MD5 8850c6d0581e4735d62ec5ef5b41bf4e brltty-3.4.1.ebuild 779 +MD5 bdc4b7314a34c7e8f88a0fe0ea7903fe ChangeLog 3038 MD5 58b5accb0231db6b8df0ffa12b4b6abc brltty-3.5.ebuild 674 +MD5 5aa38c5f6b15739ecf0eb80bddd4795d brltty-3.6.1.ebuild 801 MD5 8a4ede081ba342ef06c8c7670327f6dc brltty-3.6.ebuild 798 MD5 400cd2fad2e2bd56b1920c9cdd5d1420 metadata.xml 259 -MD5 887bfbae909bf941a4813e13f01de810 brltty-3.6.1.ebuild 803 -MD5 01fdfd93bce0191b5ac98a81f9bf7416 files/digest-brltty-3.4.1 65 MD5 7d93e814d84d01d5a05daab69875e2f9 files/digest-brltty-3.5 62 MD5 b1706df140ca8876753283a3a222a3d5 files/digest-brltty-3.6 63 MD5 af551ceff5cb2d450b638b0116e2898d files/digest-brltty-3.6.1 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux) - -iD8DBQFCiRMTKRy60XGEcJIRAs0zAJ9KF8ek9qCnrEb7g5+2If/5pTh4dgCZAfdN -SrHCgrkB6u207f1/2fsuxoY= -=f0HG ------END PGP SIGNATURE----- diff --git a/app-accessibility/brltty/brltty-3.4.1.ebuild b/app-accessibility/brltty/brltty-3.4.1.ebuild deleted file mode 100644 index dedcebfd6c02..000000000000 --- a/app-accessibility/brltty/brltty-3.4.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.4.1.ebuild,v 1.11 2005/01/01 10:31:26 eradicator Exp $ - -DESCRIPTION="daemon that provides access to the Linux/Unix console for a blind person" -HOMEPAGE="http://mielke.cc/brltty/" -SRC_URI="http://mielke.cc/brltty/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc ~mips alpha hppa amd64 ~ia64 ~ppc64" -IUSE="gpm" - -DEPEND="virtual/libc - gpm? ( >=sys-libs/gpm-1.20 ) - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd ${S} - sed -i "s:-O2 -g:${CFLAGS}:" Makefile -} - -src_compile() { - econf `use_enable gpm` || die - make || die -} - -src_install() { - make INSTALL_ROOT=${D} install || die -} diff --git a/app-accessibility/brltty/brltty-3.6.1.ebuild b/app-accessibility/brltty/brltty-3.6.1.ebuild index f261ce11f09d..9b6025fd4af1 100644 --- a/app-accessibility/brltty/brltty-3.6.1.ebuild +++ b/app-accessibility/brltty/brltty-3.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.6.1.ebuild,v 1.2 2005/01/01 10:31:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.6.1.ebuild,v 1.3 2005/05/16 21:58:53 leonardop Exp $ MY_P=${P/_/} S=${WORKDIR}/${MY_P} @@ -11,7 +11,7 @@ SRC_URI="http://mielke.cc/brltty/releases/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64 ~ppc64" +KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64 ~ppc64" IUSE="gpm X usb" DEPEND="virtual/libc diff --git a/app-accessibility/brltty/files/digest-brltty-3.4.1 b/app-accessibility/brltty/files/digest-brltty-3.4.1 deleted file mode 100644 index e9b28813fff8..000000000000 --- a/app-accessibility/brltty/files/digest-brltty-3.4.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f1911b358a705cf49f4c909e1fda9cdd brltty-3.4.1.tar.gz 1017842 |