diff options
author | Marcin Kryczek <mkay@gentoo.org> | 2005-09-17 22:26:45 +0000 |
---|---|---|
committer | Marcin Kryczek <mkay@gentoo.org> | 2005-09-17 22:26:45 +0000 |
commit | 76044737cfc50fae01f94f7c5eae50033f305a38 (patch) | |
tree | bd9a0ff091980b3fe4e6159f2d9b1e848980ce62 | |
parent | Mark 1.1.5 x86 stable, 1.1.6 version bump. (diff) | |
download | historical-76044737cfc50fae01f94f7c5eae50033f305a38.tar.gz historical-76044737cfc50fae01f94f7c5eae50033f305a38.tar.bz2 historical-76044737cfc50fae01f94f7c5eae50033f305a38.zip |
Fixing symlinks made to files in live system (sandbox violation)
Package-Manager: portage-1.589-cvs
-rw-r--r-- | net-p2p/amule/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/amule/Manifest | 26 | ||||
-rw-r--r-- | net-p2p/amule/amule-2.0.3.ebuild | 12 |
3 files changed, 22 insertions, 21 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog index f5db0655193c..ce23eba913bc 100644 --- a/net-p2p/amule/ChangeLog +++ b/net-p2p/amule/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/amule # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.43 2005/09/16 23:34:14 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.44 2005/09/17 22:26:45 mkay Exp $ + + 17 Sep 2005; <mkay@gentoo.org> amule-2.0.3.ebuild: + Fixing symlinks made to files in live system (sandbox violation) 16 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog: Converted to UTF-8, fixed encoding screwups diff --git a/net-p2p/amule/Manifest b/net-p2p/amule/Manifest index f934d9bc71e2..a36cb4e1d9ac 100644 --- a/net-p2p/amule/Manifest +++ b/net-p2p/amule/Manifest @@ -1,23 +1,13 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 e6febc40306e094cd492c779f7bdcea9 amule-2.0.1.ebuild 2104 -MD5 8ff14539a5f95ce0703affb5cebdc66c amule-2.0.3.ebuild 2102 +MD5 3fb31d7f0245fd00b7f220f197af9a43 ChangeLog 6447 MD5 85966639c4bc2dba5e2a625d7415a40b amule-1.2.8.ebuild 925 +MD5 e6febc40306e094cd492c779f7bdcea9 amule-2.0.1.ebuild 2104 +MD5 c43816a1fc4d37eccb77992e7b2468b0 amule-2.0.3.ebuild 2228 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 -MD5 df48161891dca0c46fd6f770c9507a96 ChangeLog 6329 -MD5 9b94153fb9594079c1df009460ece8fd files/amuleweb.confd 697 +MD5 8cde6982e4b5300f4521da90ab8733d6 files/amule-2.0.0_rc7-wxgtk.patch 1293 +MD5 6cfdc1b9b4a65d47e9047a8fed427889 files/amuled.confd 409 MD5 37c7ee8278a02051a68d062beba82fbc files/amuled.initd 1138 +MD5 9b94153fb9594079c1df009460ece8fd files/amuleweb.confd 697 +MD5 c4b07e9659c0417a98d3372b10b2e9f7 files/amuleweb.initd 1181 +MD5 6222124296125a6909963944434e0291 files/digest-amule-1.2.8 65 MD5 e875c8bb7caccbc783bbd7238b520a04 files/digest-amule-2.0.1 65 -MD5 8cde6982e4b5300f4521da90ab8733d6 files/amule-2.0.0_rc7-wxgtk.patch 1293 MD5 393ff0bdafbbb32d292387e1ca196737 files/digest-amule-2.0.3 65 -MD5 6222124296125a6909963944434e0291 files/digest-amule-1.2.8 65 -MD5 c4b07e9659c0417a98d3372b10b2e9f7 files/amuleweb.initd 1181 -MD5 6cfdc1b9b4a65d47e9047a8fed427889 files/amuled.confd 409 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDK1apLLFUmVNQ7rkRAu4vAJ4hdjFEuDhgaWp7mxiJG1Uamq7/qACeIUD/ -6b4/ov2+N7SHoero5aHoNmM= -=0Onn ------END PGP SIGNATURE----- diff --git a/net-p2p/amule/amule-2.0.3.ebuild b/net-p2p/amule/amule-2.0.3.ebuild index c1eec27a36ab..413a0bc9f45a 100644 --- a/net-p2p/amule/amule-2.0.3.ebuild +++ b/net-p2p/amule/amule-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.0.3.ebuild,v 1.3 2005/09/06 20:49:47 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.0.3.ebuild,v 1.4 2005/09/17 22:26:45 mkay Exp $ inherit eutils flag-o-matic wxwidgets @@ -22,7 +22,8 @@ DEPEND=">=x11-libs/wxGTK-2.6.0 nls? ( sys-devel/gettext ) remote? ( >=media-libs/libpng-1.2.8 ) stats? ( >=media-libs/gd-2.0.32 ) - !net-p2p/xmule" + !net-p2p/xmule + sys-apps/sed" pkg_setup() { export WX_GTK_VER="2.6" @@ -33,6 +34,13 @@ pkg_setup() { else need-wxwidgets gtk2 fi + +} + +src_unpack() { + unpack ${A} + cd ${S} + sed -i -r "s:\\$\\(LN_S\\) (.*):\$\(LN_S\) ${D}/\1:g" docs/man/Makefile.in } src_compile() { |