diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-19 13:43:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-19 13:43:26 +0000 |
commit | 4b35ea497fb5acb23ae6167613233a0f03245733 (patch) | |
tree | dcc9406c3132b5d78dde711fca9b6ee1bd9514c2 /sys-apps/mondo-rescue | |
parent | Fix missing quote error (diff) | |
download | historical-4b35ea497fb5acb23ae6167613233a0f03245733.tar.gz historical-4b35ea497fb5acb23ae6167613233a0f03245733.tar.bz2 historical-4b35ea497fb5acb23ae6167613233a0f03245733.zip |
HOMEPAGE sync #68143
Diffstat (limited to 'sys-apps/mondo-rescue')
-rw-r--r-- | sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/mondo-rescue/mondo-rescue-2.03.ebuild | 22 | ||||
-rw-r--r-- | sys-apps/mondo-rescue/mondo-rescue-2.10.ebuild | 24 |
3 files changed, 25 insertions, 25 deletions
diff --git a/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild b/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild index a507f8973f50..c02e2e9f1f41 100644 --- a/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild +++ b/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild,v 1.11 2004/06/30 21:58:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild,v 1.12 2004/10/19 13:43:26 vapier Exp $ DESCRIPTION="a nice backup tool" +HOMEPAGE="http://www.mondorescue.org/" SRC_URI="http://www.microwerks.net/~hugo/download/stable/final/${PN/-rescue/}-${PV}.tgz" -HOMEPAGE="http://www.microwerks.net/~hugo/download.html" LICENSE="GPL-2" SLOT="0" diff --git a/sys-apps/mondo-rescue/mondo-rescue-2.03.ebuild b/sys-apps/mondo-rescue/mondo-rescue-2.03.ebuild index 50abe08403bd..741039f3e435 100644 --- a/sys-apps/mondo-rescue/mondo-rescue-2.03.ebuild +++ b/sys-apps/mondo-rescue/mondo-rescue-2.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-2.03.ebuild,v 1.3 2004/08/13 13:49:38 pfeifer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-2.03.ebuild,v 1.4 2004/10/19 13:43:26 vapier Exp $ inherit libtool @@ -14,17 +14,17 @@ KEYWORDS="~x86 -*" IUSE="" DEPEND="virtual/libc - >=sys-libs/slang-1.4.1 - >=dev-libs/newt-0.50" + >=sys-libs/slang-1.4.1 + >=dev-libs/newt-0.50" RDEPEND="app-arch/afio - sys-apps/buffer - sys-devel/binutils - >=app-arch/bzip2-0.9 - app-cdr/cdrtools - >=sys-apps/mindi-1.03 - >=dev-libs/newt-0.50 - >=sys-libs/slang-1.4.1 - >=sys-boot/syslinux-1.52" + sys-apps/buffer + sys-devel/binutils + >=app-arch/bzip2-0.9 + app-cdr/cdrtools + >=sys-apps/mindi-1.03 + >=dev-libs/newt-0.50 + >=sys-libs/slang-1.4.1 + >=sys-boot/syslinux-1.52" S=${WORKDIR}/${PN/-rescue/}-${PV} diff --git a/sys-apps/mondo-rescue/mondo-rescue-2.10.ebuild b/sys-apps/mondo-rescue/mondo-rescue-2.10.ebuild index 3bf6f2b98c2c..f57979ad2a50 100644 --- a/sys-apps/mondo-rescue/mondo-rescue-2.10.ebuild +++ b/sys-apps/mondo-rescue/mondo-rescue-2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-2.10.ebuild,v 1.3 2004/08/13 13:49:38 pfeifer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-2.10.ebuild,v 1.4 2004/10/19 13:43:26 vapier Exp $ inherit libtool @@ -10,21 +10,21 @@ SRC_URI="http://www.microwerks.net/~hugo/download/MondoCD/TGZS/${PN/-rescue/}-${ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 -*" +KEYWORDS="-* ~x86" IUSE="" DEPEND="virtual/libc - >=sys-libs/slang-1.4.1 - >=dev-libs/newt-0.50" + >=sys-libs/slang-1.4.1 + >=dev-libs/newt-0.50" RDEPEND="app-arch/afio - sys-apps/buffer - sys-devel/binutils - >=app-arch/bzip2-0.9 - app-cdr/cdrtools - >=sys-apps/mindi-1.10 - >=dev-libs/newt-0.50 - >=sys-libs/slang-1.4.1 - >=sys-boot/syslinux-1.52" + sys-apps/buffer + sys-devel/binutils + >=app-arch/bzip2-0.9 + app-cdr/cdrtools + >=sys-apps/mindi-1.10 + >=dev-libs/newt-0.50 + >=sys-libs/slang-1.4.1 + >=sys-boot/syslinux-1.52" S=${WORKDIR}/${PN/-rescue/}-${PV} |