diff options
author | hasufell <hasufell@gentoo.org> | 2013-06-30 22:28:59 +0200 |
---|---|---|
committer | hasufell <hasufell@gentoo.org> | 2013-06-30 22:28:59 +0200 |
commit | 5e9eaee6f0c8d99bbd29257f5c22fabaf3d4f0cc (patch) | |
tree | 0e613c5f316d7b797e77eb848db5f9e34d56e8da /net-libs | |
parent | app-misc/gcalcli: in portage. (diff) | |
download | sunrise-5e9eaee6f0c8d99bbd29257f5c22fabaf3d4f0cc.tar.gz sunrise-5e9eaee6f0c8d99bbd29257f5c22fabaf3d4f0cc.tar.bz2 sunrise-5e9eaee6f0c8d99bbd29257f5c22fabaf3d4f0cc.zip |
net-libs/http-parser: in portage
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/http-parser/ChangeLog | 22 | ||||
-rw-r--r-- | net-libs/http-parser/Manifest | 5 | ||||
-rw-r--r-- | net-libs/http-parser/files/20120413-makefile.patch | 16 | ||||
-rw-r--r-- | net-libs/http-parser/http-parser-1.0_pre20120413.ebuild | 32 | ||||
-rw-r--r-- | net-libs/http-parser/metadata.xml | 7 |
5 files changed, 0 insertions, 82 deletions
diff --git a/net-libs/http-parser/ChangeLog b/net-libs/http-parser/ChangeLog deleted file mode 100644 index 6cf232236..000000000 --- a/net-libs/http-parser/ChangeLog +++ /dev/null @@ -1,22 +0,0 @@ -# ChangeLog for net-libs/http-parser -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 16 Apr 2012; hasufell <julian.ospald@googlemail.com> - -files/20120331-makefile.patch, files/20120413-makefile.patch, - -http-parser-1.0_pre20120331.ebuild, http-parser-1.0_pre20120413.ebuild: - removed obsolete version; SONAME removed (this is a simple lib) - -*http-parser-1.0_pre20120413 (13 Apr 2012) - - 13 Apr 2012; hasufell <julian.ospald@googlemail.com> - +files/20120413-makefile.patch, +http-parser-1.0_pre20120413.ebuild: - version bump - -*http-parser-1.0_pre20120331 (31 Mar 2012) - - 31 Mar 2012; hasufell <julian.ospald@googlemail.com> - +files/20120331-makefile.patch, +http-parser-1.0_pre20120331.ebuild, - +metadata.xml: - New Ebuild for bug 410339 thanks to Tommy[D] chithead Enlik and ssuominen - diff --git a/net-libs/http-parser/Manifest b/net-libs/http-parser/Manifest deleted file mode 100644 index 19e9b396e..000000000 --- a/net-libs/http-parser/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX 20120413-makefile.patch 462 RMD160 a09d27fbe1315da6739ea189b5d5f66924ee356c SHA1 1e944e925c145279d1981fb0beb1bd89944da30f SHA256 a27403cc5f2056b169dd514d2981eedba3df4e6eaeee0f088f7502550bdee3f9 -DIST http-parser-1.0_pre20120413.tar.gz 36327 RMD160 216d6be85bbcab707906c72c30a478814de66798 SHA1 c25232e42e16b9931d1c9dea4dc7ec3e342e32b0 SHA256 07551398f3bdf2d00dfff99b978f24cb2712898ec1b4a61eef131493c5f3528d -EBUILD http-parser-1.0_pre20120413.ebuild 658 RMD160 4bcebc6c68a04835faef1c8d2bc00799f6ee6a46 SHA1 1e2972346f8b0fe7d7715b9988de547d61fecc18 SHA256 1cb16605a78bebaad0f98e60cd044c908b74a7cf482cfcb21b1cd28e53bb9557 -MISC ChangeLog 833 RMD160 63d0c38483eca0ad38ed68d03765a9324dcaece5 SHA1 7604b8d7fbb56fedd5218ec13799cc1217f7a29f SHA256 9f6b9e0a329715d10ab4d671da75d3aa702c13337229bf81b7e163f55ace3193 -MISC metadata.xml 214 RMD160 efd8175069efb91061298ff4584218b633e44678 SHA1 d372fdbfcb7fd07a4082961d3f3527be4fca1d60 SHA256 c1f09dc7d5313cd2da7b82259c7846ed23144d62b15e59680ada90e2b6b4d154 diff --git a/net-libs/http-parser/files/20120413-makefile.patch b/net-libs/http-parser/files/20120413-makefile.patch deleted file mode 100644 index f4ebe2708..000000000 --- a/net-libs/http-parser/files/20120413-makefile.patch +++ /dev/null @@ -1,16 +0,0 @@ -From: Julian Ospald <julian.ospald@googlemail.com> -Date: Fri Apr 13 18:44:35 UTC 2012 - -respect LDFLAGS and CFLAGS - ---- Makefile -+++ Makefile -@@ -44,7 +44,7 @@ - $(CC) $(CPPFLAGS_FAST) $(CFLAGS_LIB) -c http_parser.c -o libhttp_parser.o - - library: libhttp_parser.o -- $(CC) -shared -o libhttp_parser.so libhttp_parser.o -+ $(CC) $(CFLAGS) $(LDFLAGS) -shared -o libhttp_parser.so libhttp_parser.o - - package: http_parser.o - $(AR) rcs libhttp_parser.a http_parser.o diff --git a/net-libs/http-parser/http-parser-1.0_pre20120413.ebuild b/net-libs/http-parser/http-parser-1.0_pre20120413.ebuild deleted file mode 100644 index 1b282dd0b..000000000 --- a/net-libs/http-parser/http-parser-1.0_pre20120413.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="A parser for HTTP messages written in C. It parses both requests and responses" -HOMEPAGE="https://github.com/joyent/http-parser" -SRC_URI="mirror://github/hasufell/tinkerbox/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_prepare() { - epatch "${FILESDIR}"/20120413-makefile.patch -} - -src_compile() { - tc-export CC - emake library -} - -src_install() { - insinto /usr/include/${PN} - doins http_parser.h - dolib.so libhttp_parser.so - newdoc README.md README -} diff --git a/net-libs/http-parser/metadata.xml b/net-libs/http-parser/metadata.xml deleted file mode 100644 index cc3fe2494..000000000 --- a/net-libs/http-parser/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer> - <email>maintainer-wanted@gentoo.org</email> - </maintainer> -</pkgmetadata> |