diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2013-06-17 13:31:15 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2013-06-17 13:31:15 +0000 |
commit | 8ab3e6280dbfcd0e0f52c6cd58373a7392679365 (patch) | |
tree | c6cce60d5428f20538c760e2bd8a79c59689d51f /dev-cpp | |
parent | Remove faulty patch without rev-bump since just committed. (diff) | |
download | gentoo-2-8ab3e6280dbfcd0e0f52c6cd58373a7392679365.tar.gz gentoo-2-8ab3e6280dbfcd0e0f52c6cd58373a7392679365.tar.bz2 gentoo-2-8ab3e6280dbfcd0e0f52c6cd58373a7392679365.zip |
Remove faulty patch without rev-bump since just committed.
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0x1E0CA85F!)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/commoncpp2/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-cpp/commoncpp2/files/1.8.1-fix-no-ssl-build.patch | 12 |
3 files changed, 7 insertions, 16 deletions
diff --git a/dev-cpp/commoncpp2/ChangeLog b/dev-cpp/commoncpp2/ChangeLog index f14c6000f16a..626e4b3e2ac5 100644 --- a/dev-cpp/commoncpp2/ChangeLog +++ b/dev-cpp/commoncpp2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/commoncpp2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.57 2013/06/17 13:27:14 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.58 2013/06/17 13:31:14 dev-zero Exp $ + + 17 Jun 2013; Tiziano Müller <dev-zero@gentoo.org> + -files/1.8.1-fix-no-ssl-build.patch, commoncpp2-1.8.1-r1.ebuild: + Remove faulty patch without rev-bump since just committed. *commoncpp2-1.8.1-r1 (17 Jun 2013) diff --git a/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild index 6a9e72a53083..1ae304875a93 100644 --- a/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild +++ b/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild,v 1.1 2013/06/17 13:27:14 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild,v 1.2 2013/06/17 13:31:14 dev-zero Exp $ EAPI="5" @@ -27,8 +27,7 @@ src_prepare() { "${FILESDIR}/1.8.1-configure_detect_netfilter.patch" \ "${FILESDIR}/1.8.0-glibc212.patch" \ "${FILESDIR}/1.8.1-autoconf-update.patch" \ - "${FILESDIR}/1.8.1-fix-buffer-overflow.patch" \ - "${FILESDIR}/1.8.1-fix-no-ssl-build.patch" + "${FILESDIR}/1.8.1-fix-buffer-overflow.patch" eautoreconf } diff --git a/dev-cpp/commoncpp2/files/1.8.1-fix-no-ssl-build.patch b/dev-cpp/commoncpp2/files/1.8.1-fix-no-ssl-build.patch deleted file mode 100644 index 768dd20ea68d..000000000000 --- a/dev-cpp/commoncpp2/files/1.8.1-fix-no-ssl-build.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/applog.cpp b/src/applog.cpp -index b5c02b0..d5b1f9e 100755 ---- a/src/applog.cpp -+++ b/src/applog.cpp -@@ -45,6 +45,7 @@ - #include <cstdlib> - #include <stdarg.h> - #include <errno.h> -+#include <sys/stat.h> - - // TODO sc: test if has to move up now that it is into commoncpp - // NOTE: the order of inclusion is important do not move following include line |