diff options
author | Masanori Ogino <masanori.ogino@gmail.com> | 2017-07-07 13:20:03 +0900 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-07-08 21:07:53 +0200 |
commit | 55fd21ca2db488e95ea67ac2d78837b2dcdb9ea9 (patch) | |
tree | 8af34f44a0f7f575f40e060de12262937ee02a42 /sci-electronics | |
parent | dev-python/vdirsyncer: version bump 0.16.0 bug #623748 (diff) | |
download | gentoo-55fd21ca2db488e95ea67ac2d78837b2dcdb9ea9.tar.gz gentoo-55fd21ca2db488e95ea67ac2d78837b2dcdb9ea9.tar.bz2 gentoo-55fd21ca2db488e95ea67ac2d78837b2dcdb9ea9.zip |
sci-electronics/systemc: Remove pkg_nofetch.
Signed-off-by: Masanori Ogino <masanori.ogino@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/5057
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/systemc/systemc-2.3.0-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-electronics/systemc/systemc-2.3.1-r1.ebuild | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/sci-electronics/systemc/systemc-2.3.0-r1.ebuild b/sci-electronics/systemc/systemc-2.3.0-r1.ebuild index d34a8361dac0..0807538938a2 100644 --- a/sci-electronics/systemc/systemc-2.3.0-r1.ebuild +++ b/sci-electronics/systemc/systemc-2.3.0-r1.ebuild @@ -21,12 +21,6 @@ AUTOTOOLS_IN_SOURCE_BUILD=1 S="${WORKDIR}/${MY_P}" -pkg_nofetch() { - elog "${PN} developers require end-users to accept their license agreement" - elog "by registering on their Web site (${HOMEPAGE})." - elog "Please download ${A} manually and place it in ${DISTDIR}." -} - src_prepare() { # drop compiler check to enable use of CXX epatch "${FILESDIR}"/${P}-config.patch diff --git a/sci-electronics/systemc/systemc-2.3.1-r1.ebuild b/sci-electronics/systemc/systemc-2.3.1-r1.ebuild index 528688c0d2af..bd72930845c8 100644 --- a/sci-electronics/systemc/systemc-2.3.1-r1.ebuild +++ b/sci-electronics/systemc/systemc-2.3.1-r1.ebuild @@ -21,12 +21,6 @@ AUTOTOOLS_IN_SOURCE_BUILD=1 S="${WORKDIR}/${MY_P}" -pkg_nofetch() { - elog "${PN} developers require end-users to accept their license agreement" - elog "by registering on their Web site (${HOMEPAGE})." - elog "Please download ${A} manually and place it in ${DISTDIR}." -} - src_prepare() { for sfile in src/sysc/qt/md/*.s ; do sed -i -e '$a \ |