diff options
author | Sebastian Pipping <sping@gentoo.org> | 2012-11-27 23:49:48 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2012-11-27 23:49:48 +0000 |
commit | 27931a59b9d1a82ce1d07569c4e3cbe1af61660e (patch) | |
tree | 8e1414610ee6811b08cba4fd36b93f15d759fcf4 /app-admin/profiler | |
parent | libnl -> ${PN} in SRC_URI. (diff) | |
download | gentoo-2-27931a59b9d1a82ce1d07569c4e3cbe1af61660e.tar.gz gentoo-2-27931a59b9d1a82ce1d07569c4e3cbe1af61660e.tar.bz2 gentoo-2-27931a59b9d1a82ce1d07569c4e3cbe1af61660e.zip |
app-admin/profiler: Add bindist restriction (bug #444666)
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Diffstat (limited to 'app-admin/profiler')
-rw-r--r-- | app-admin/profiler/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/profiler/profiler-1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/profiler/ChangeLog b/app-admin/profiler/ChangeLog index 4fdc9618e4a3..f621fc87a1cf 100644 --- a/app-admin/profiler/ChangeLog +++ b/app-admin/profiler/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/profiler # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/profiler/ChangeLog,v 1.17 2012/11/27 22:59:18 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/profiler/ChangeLog,v 1.18 2012/11/27 23:49:48 sping Exp $ + + 27 Nov 2012; Sebastian Pipping <sping@gentoo.org> profiler-1-r1.ebuild: + Add bindist restriction on top (bug #444332) 27 Nov 2012; Sebastian Pipping <sping@gentoo.org> profiler-1-r1.ebuild: Add fetch restriction due to licensing issues (bug #444332) diff --git a/app-admin/profiler/profiler-1-r1.ebuild b/app-admin/profiler/profiler-1-r1.ebuild index b93df84639fb..db0a28980604 100644 --- a/app-admin/profiler/profiler-1-r1.ebuild +++ b/app-admin/profiler/profiler-1-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/profiler/profiler-1-r1.ebuild,v 1.7 2012/11/27 22:59:18 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/profiler/profiler-1-r1.ebuild,v 1.8 2012/11/27 23:49:48 sping Exp $ inherit java-pkg-2 DESCRIPTION="Provides 3D visual representation of file system statistics" HOMEPAGE="https://bugs.gentoo.org/show_bug.cgi?id=288717" # since visualversion.com died SRC_URI="profiler.jar" -RESTRICT="fetch" +RESTRICT="bindist fetch" LICENSE="as-is" SLOT="0" |