Changeset - 06be13ff5ca5
[Not reviewed]
default
0 3 0
Nathan Brink (binki) - 15 years ago 2010-01-04 13:18:57
ohnobinki@ohnopublishing.net
sys-apps/pacman: as committed to sunrise
awaiting review
3 files changed with 8 insertions and 15 deletions:
0 comments (0 inline, 0 general)
sys-apps/pacman/Manifest
Show inline comments
 
DIST pacman-3.3.3.tar.gz 1246508 RMD160 7ae5700e12b5529dea2d394ff07f91af32107318 SHA1 9d81ca389f95dd5af53fbcbd2fd9f83ed2338451 SHA256 7641f392f80e69187b338d58ebab6351a89bb40d8ec9af51ddb24df3151d43f6
 
EBUILD pacman-3.3.3.ebuild 1108 RMD160 89a1b1caffdc016de7f011981bdd02ea27d5a9e1 SHA1 5269a7ef691a72dbbb934ec7fba421876294e8ae SHA256 b669d391a74af97ad89557ecd9fdc8a59065bb09edbe3c1f068eb4210620b287
 
EBUILD pacman-3.3.3.ebuild 1086 RMD160 2ba444324296bed14bd74e8de9afee4241f4a228 SHA1 a511fefcdafbe2107d80c250c888ce3aec6bbf99 SHA256 c8f9b627f2ae89221d8ed1f0a476bcd2db8ce21c40ef66d6631d8bc0ece4f7fe
 
MISC ChangeLog 426 RMD160 3b5f24bc15b417409bd5f1d32e90c4ace2467e62 SHA1 21ec0a5e37f517259aec567c8ca4ab3fb6b6dacd SHA256 831d1fc1dcfa17a96742d3bb3ae94c2b3ca4a1c9909946c0f2995fb8fc85cc61
 
MISC metadata.xml 353 RMD160 faab7054078d19b5fe66f0909664e9274c69be7d SHA1 b55dd3011dc49951ca5488c6f6ba84fecaac71e7 SHA256 867f9e6778042325f7d500efa910ca5beb1a13bf4fa2005b0d1896cf771b8366
 
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
sys-apps/pacman/metadata.xml
Show inline comments
 
<?xml version="1.0" encoding="UTF-8"?>
 
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 
<pkgmetadata>
 
<herd>no-herd</herd>
 
<maintainer>
 
  <email>maintaner-wanted@gentoo.org</email>
 
</maintainer>
 
<use>
 
  <flag name='internal-download'>build with support for libfetch (provided by dev-libs/http-fetcher)</flag>
 
</use>
 
<herd>maintainer-wanted</herd>
 
</pkgmetadata>
sys-apps/pacman/pacman-3.3.3.ebuild
Show inline comments
 
@@ -13,32 +13,31 @@ SRC_URI="ftp://ftp.archlinux.org/other/$
 
LICENSE="GPL-2"
 
SLOT="0"
 
KEYWORDS="~amd64"
 
IUSE="debug doc +internal-download test"
 
IUSE="debug doc test"
 

	
 
RDEPEND="app-arch/libarchive
 
	virtual/libiconv
 
	virtual/libintl
 
	internal-download? ( dev-libs/http-fetcher )
 
	sys-devel/gettext"
 
DEPEND="${RDEPEND}
 
	doc? ( app-doc/doxygen )
 
	test? ( dev-lang/python )"
 

	
 
src_prepare() {
 
	sed -i -e 's/-Werror//g' configure.ac || die "-Werror"
 
	sed -i -e '/-Werror/d' configure.ac || die "-Werror"
 
	# acinclude.m4 overrides libtool macros from /usr/share/aclocal, causing
 
	# elibtoolize's ltmain.sh to incompatible with ./configure after
 
	# eautoreconf is run.
 
	sed -i -e 4,4873d acinclude.m4 || die "libtool fix"
 
	sed -i -e '4,/dnl Add some custom macros for pacman and libalpm/d' acinclude.m4 || die "libtool fix"
 
	eautoreconf
 
}
 

	
 
src_configure() {
 
	econf --disable-git-version \
 
		--disable-internal-download \
 
		$(use_enable debug) \
 
		$(use_enable doc) \
 
		$(use_enable doc doxygen) \
 
		$(use_enable internal-download)
 
		$(use_enable doc doxygen)
 
}
 

	
 
src_install() {
0 comments (0 inline, 0 general)