diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-11-08 10:10:02 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-11-08 10:10:02 +0000 |
commit | 60bcd53a7ff55703490165d3c3f4e0e5a6b3f4d7 (patch) | |
tree | a9049696a7c77fc69cd5af5b3404c3f5ebc76890 /app-editors/shed | |
parent | new version of zope. (diff) | |
download | historical-60bcd53a7ff55703490165d3c3f4e0e5a6b3f4d7.tar.gz historical-60bcd53a7ff55703490165d3c3f4e0e5a6b3f4d7.tar.bz2 historical-60bcd53a7ff55703490165d3c3f4e0e5a6b3f4d7.zip |
remove RESTRICT=mirror
Diffstat (limited to 'app-editors/shed')
-rw-r--r-- | app-editors/shed/Manifest | 4 | ||||
-rw-r--r-- | app-editors/shed/shed-1.10.ebuild | 3 | ||||
-rw-r--r-- | app-editors/shed/shed-1.11.ebuild | 5 |
3 files changed, 5 insertions, 7 deletions
diff --git a/app-editors/shed/Manifest b/app-editors/shed/Manifest index 75c6e2267c7e..e7862092d512 100644 --- a/app-editors/shed/Manifest +++ b/app-editors/shed/Manifest @@ -1,6 +1,6 @@ MD5 88f5585bc28d174fb90410bbccec7667 ChangeLog 527 MD5 c9f54ac0eadf3d14a44e5dc692f0df73 metadata.xml 230 -MD5 4047d9cbfe9ad5e5af333bf42a681f24 shed-1.10.ebuild 685 -MD5 fe88b79ea9c10cd26b846a6d5382860b shed-1.11.ebuild 595 +MD5 bcfa0b73b9d3c430b28859fbbdba88ec shed-1.10.ebuild 663 +MD5 b12edfc8bc07bf9c893fb744454fd562 shed-1.11.ebuild 576 MD5 46d19846ada4563cc6da45275faa7beb files/digest-shed-1.10 60 MD5 307d207296e0d3ffe9e9f045612bb732 files/digest-shed-1.11 60 diff --git a/app-editors/shed/shed-1.10.ebuild b/app-editors/shed/shed-1.10.ebuild index 469f7cb6b737..7e5328352476 100644 --- a/app-editors/shed/shed-1.10.ebuild +++ b/app-editors/shed/shed-1.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/app-editors/shed/shed-1.10.ebuild,v 1.3 2004/06/24 22:01:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.10.ebuild,v 1.4 2004/11/08 10:10:02 hattya Exp $ IUSE="" @@ -8,7 +8,6 @@ DESCRIPTION="Simple Hex EDitor" HOMEPAGE="http://shed.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -RESTRICT="nomirror" LICENSE="GPL-2" KEYWORDS="x86" SLOT="0" diff --git a/app-editors/shed/shed-1.11.ebuild b/app-editors/shed/shed-1.11.ebuild index 950d263a81c6..8d9cd5f73d28 100644 --- a/app-editors/shed/shed-1.11.ebuild +++ b/app-editors/shed/shed-1.11.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/app-editors/shed/shed-1.11.ebuild,v 1.1 2004/11/02 15:58:14 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.11.ebuild,v 1.2 2004/11/08 10:10:02 hattya Exp $ IUSE="" @@ -8,9 +8,8 @@ DESCRIPTION="Simple Hex EDitor" HOMEPAGE="http://shed.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -RESTRICT="nomirror" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="~x86" SLOT="0" DEPEND=">=sys-libs/ncurses-5.3" |