diff options
author | William Hubbs <williamh@gentoo.org> | 2007-07-22 03:55:18 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2007-07-22 03:55:18 +0000 |
commit | d490ccd1e3e41cf8601afad5600682b5e1d24e5a (patch) | |
tree | ae8914009a7d94e0b5f0c10fe2c0b530da0a7f45 /app-accessibility/brltty | |
parent | Remove virtual/x11 from dependencies. (diff) | |
download | gentoo-2-d490ccd1e3e41cf8601afad5600682b5e1d24e5a.tar.gz gentoo-2-d490ccd1e3e41cf8601afad5600682b5e1d24e5a.tar.bz2 gentoo-2-d490ccd1e3e41cf8601afad5600682b5e1d24e5a.zip |
cleaned up ebuilds and removed old versions.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-accessibility/brltty')
-rw-r--r-- | app-accessibility/brltty/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/brltty/brltty-3.5.ebuild | 24 | ||||
-rw-r--r-- | app-accessibility/brltty/brltty-3.6.ebuild | 32 | ||||
-rw-r--r-- | app-accessibility/brltty/brltty-3.7.2-r1.ebuild | 10 | ||||
-rw-r--r-- | app-accessibility/brltty/brltty-3.7.2.ebuild | 17 | ||||
-rw-r--r-- | app-accessibility/brltty/brltty-3.8.ebuild | 10 | ||||
-rw-r--r-- | app-accessibility/brltty/files/digest-brltty-3.5 | 3 | ||||
-rw-r--r-- | app-accessibility/brltty/files/digest-brltty-3.6 | 3 | ||||
-rw-r--r-- | app-accessibility/brltty/files/digest-brltty-3.6.1-r1 | 3 |
9 files changed, 23 insertions, 86 deletions
diff --git a/app-accessibility/brltty/ChangeLog b/app-accessibility/brltty/ChangeLog index f17988261027..f06a7c06521f 100644 --- a/app-accessibility/brltty/ChangeLog +++ b/app-accessibility/brltty/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-accessibility/brltty # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.55 2007/06/12 03:02:09 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.56 2007/07/22 03:55:18 williamh Exp $ + + 22 Jul 2007; William Hubbs <williamh@gentoo.org> -brltty-3.5.ebuild, + -brltty-3.6.ebuild, brltty-3.7.2.ebuild, brltty-3.7.2-r1.ebuild, + brltty-3.8.ebuild: + Cleaned up the ebuilds and removed old versions. *brltty-3.8 (12 Jun 2007) diff --git a/app-accessibility/brltty/brltty-3.5.ebuild b/app-accessibility/brltty/brltty-3.5.ebuild deleted file mode 100644 index acd28462956e..000000000000 --- a/app-accessibility/brltty/brltty-3.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.5.ebuild,v 1.14 2006/09/29 02:25:27 wormo 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="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86" -IUSE="gpm" - -DEPEND="virtual/libc - gpm? ( >=sys-libs/gpm-1.20 )" - -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.ebuild b/app-accessibility/brltty/brltty-3.6.ebuild deleted file mode 100644 index 57f91eca56f2..000000000000 --- a/app-accessibility/brltty/brltty-3.6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.6.ebuild,v 1.7 2006/02/02 02:08:14 williamh Exp $ - -MY_P=${P/_/} -S=${WORKDIR}/${MY_P} - -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/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86" -IUSE="gpm X usb" - -RDEPEND="virtual/libc - gpm? ( >=sys-libs/gpm-1.20 ) - X? ( || ( x11-libs/libXaw virtual/x11 ) )" -DEPEND="${RDEPEND} - X? ( || ( x11-proto/xextproto virtual/x11 ) )" - -src_compile() { - econf `use_enable gpm` \ - `use_with X x` \ - `use_enable usb usb-support` || die - make || die -} - -src_install() { - make INSTALL_ROOT=${D} install || die -} diff --git a/app-accessibility/brltty/brltty-3.7.2-r1.ebuild b/app-accessibility/brltty/brltty-3.7.2-r1.ebuild index dbe77837bbc9..301cfab9dfd3 100644 --- a/app-accessibility/brltty/brltty-3.7.2-r1.ebuild +++ b/app-accessibility/brltty/brltty-3.7.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.7.2-r1.ebuild,v 1.4 2007/07/15 23:02:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.7.2-r1.ebuild,v 1.5 2007/07/22 03:55:18 williamh Exp $ inherit eutils multilib toolchain-funcs @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc gpm usb X" DEPEND=" gpm? ( >=sys-libs/gpm-1.20 ) - X? ( || ( x11-libs/libXaw virtual/x11 ) )" + X? ( x11-libs/libXaw )" src_unpack() { unpack ${A} @@ -24,9 +24,9 @@ src_unpack() { } src_compile() { - econf `use_enable gpm` \ - `use_with X x` \ - `use_enable usb usb-support` \ + econf $(use_enable gpm) \ + $(use_with X x) \ + $(use_enable usb usb-support) \ --prefix=/ \ --includedir=/usr/include || die make || die diff --git a/app-accessibility/brltty/brltty-3.7.2.ebuild b/app-accessibility/brltty/brltty-3.7.2.ebuild index d2cc5a81cf2a..94f56e58a306 100644 --- a/app-accessibility/brltty/brltty-3.7.2.ebuild +++ b/app-accessibility/brltty/brltty-3.7.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.7.2.ebuild,v 1.10 2007/07/15 23:02:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.7.2.ebuild,v 1.11 2007/07/22 03:55:18 williamh Exp $ inherit eutils multilib toolchain-funcs @@ -13,11 +13,8 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="doc gpm usb X" -RDEPEND="virtual/libc - gpm? ( >=sys-libs/gpm-1.20 ) - X? ( || ( x11-libs/libXaw virtual/x11 ) )" -DEPEND="${RDEPEND} - X? ( || ( x11-proto/xextproto virtual/x11 ) )" +DEPEND="gpm? ( >=sys-libs/gpm-1.20 ) + X? ( x11-libs/libXaw )" src_unpack() { unpack ${A} @@ -26,9 +23,9 @@ src_unpack() { } src_compile() { - econf `use_enable gpm` \ - `use_with X x` \ - `use_enable usb usb-support` \ + econf $(use_enable gpm) \ + $(use_with X x) \ + $(use_enable usb usb-support) \ --prefix=/ \ --includedir=/usr/include || die make || die diff --git a/app-accessibility/brltty/brltty-3.8.ebuild b/app-accessibility/brltty/brltty-3.8.ebuild index f309c8c3377a..0e00b50bd7ff 100644 --- a/app-accessibility/brltty/brltty-3.8.ebuild +++ b/app-accessibility/brltty/brltty-3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.8.ebuild,v 1.1 2007/06/12 03:02:09 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.8.ebuild,v 1.2 2007/07/22 03:55:18 williamh Exp $ inherit eutils multilib toolchain-funcs @@ -14,13 +14,13 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc gpm usb X" DEPEND=" gpm? ( >=sys-libs/gpm-1.20 ) - X? ( || ( x11-libs/libXaw virtual/x11 ) )" + X? ( x11-libs/libXaw )" src_compile() { econf --prefix=/ \ - `use_enable gpm` \ - `use_with X x` \ - `use_enable usb usb-support` \ + $(use_enable gpm) \ + $(use_with X x) \ + $(use_enable usb usb-support) \ --includedir=/usr/include || die emake || die } diff --git a/app-accessibility/brltty/files/digest-brltty-3.5 b/app-accessibility/brltty/files/digest-brltty-3.5 deleted file mode 100644 index 4c7df409fd6b..000000000000 --- a/app-accessibility/brltty/files/digest-brltty-3.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ba3b8c94e237d134c7a25011d285e26e brltty-3.5.tar.gz 968152 -RMD160 b1cb5a4fdcd243ea9db84224b3e8323cdfa2a150 brltty-3.5.tar.gz 968152 -SHA256 3c59a6ca9a8a06e08c4f10eef5825ae9a6ba6274bffa898cd922665c7ada838a brltty-3.5.tar.gz 968152 diff --git a/app-accessibility/brltty/files/digest-brltty-3.6 b/app-accessibility/brltty/files/digest-brltty-3.6 deleted file mode 100644 index 497dceb2dab4..000000000000 --- a/app-accessibility/brltty/files/digest-brltty-3.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 98790932a3cbc78d507bfa90a7e11f8c brltty-3.6.tar.gz 1060457 -RMD160 904eab1665715002b7b03d1766e0237bd67188a9 brltty-3.6.tar.gz 1060457 -SHA256 f10f75f98060b9d8a0a7bcb3a2c0ca2f9b96630a131385b2cc7d367faf7b9916 brltty-3.6.tar.gz 1060457 diff --git a/app-accessibility/brltty/files/digest-brltty-3.6.1-r1 b/app-accessibility/brltty/files/digest-brltty-3.6.1-r1 deleted file mode 100644 index 62e85064e14f..000000000000 --- a/app-accessibility/brltty/files/digest-brltty-3.6.1-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 e5e2dae5f385e86795a74b58310f287f brltty-3.6.1.tar.gz 1072871 -RMD160 9331cf373ef16ef0a0b9addceffd2d1757070595 brltty-3.6.1.tar.gz 1072871 -SHA256 a1d26cb72aa8e73a613f6b5d368a2e2178ac85f1b3a53c0175caa2488bf2e1de brltty-3.6.1.tar.gz 1072871 |