* [gentoo-commits] repo/gentoo:master commit in: dev-lang/falcon/files/, dev-lang/falcon/, profiles/
@ 2017-07-05 11:35 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2017-07-05 11:35 UTC (permalink / raw
To: gentoo-commits
commit: 5c432c9a642def3b096c55c1506aca1396046b3a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 5 10:53:56 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 5 11:35:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c432c9a
dev-lang/falcon: Remove last-rited pkg, #595416
dev-lang/falcon/Manifest | 1 -
dev-lang/falcon/falcon-0.9.6.8.ebuild | 75 ----------------------
.../falcon/files/falcon-0.9.6.8-mongo-amd64.patch | 75 ----------------------
.../falcon/files/falcon-0.9.6.8-mongo-stdint.patch | 36 -----------
dev-lang/falcon/metadata.xml | 5 --
profiles/package.mask | 2 -
6 files changed, 194 deletions(-)
diff --git a/dev-lang/falcon/Manifest b/dev-lang/falcon/Manifest
deleted file mode 100644
index 245e9f16240..00000000000
--- a/dev-lang/falcon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Falcon-0.9.6.8.tgz 11772705 SHA256 f4b00983e7f91a806675d906afd2d51dcee048f12ad3af4b1dadd92059fa44b9 SHA512 f354a058d9075a636c0b2db339fd86adda9b4a4bc7c229186b73aa200e059a21b311a4944b1b7388b4992390e4d540af8832e4b2cea31d7f956df1dd96f2f59c WHIRLPOOL cc42e7d250aea223162703a52b5f9461d52db6051d29dfb26320ce740fe6b502e8c8f474bb97809dc238fb23ce8cb99e9ec6d35fb01656a20e9d9b3d8b3b24e0
diff --git a/dev-lang/falcon/falcon-0.9.6.8.ebuild b/dev-lang/falcon/falcon-0.9.6.8.ebuild
deleted file mode 100644
index 367a6e63ebe..00000000000
--- a/dev-lang/falcon/falcon-0.9.6.8.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit cmake-utils multilib
-
-MY_P="${P/f/F}"
-
-DESCRIPTION="An open source general purpose untyped language written in C++"
-HOMEPAGE="http://falconpl.org/"
-SRC_URI="http://falconpl.org/project_dl/_official_rel/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="curl dbus debug gd gtk mysql pdf readline sdl sqlite"
-
-DEPEND="
- dev-libs/libpcre
- sys-libs/zlib
- curl? ( net-misc/curl )
- dbus? ( sys-apps/dbus )
- gd? ( media-libs/gd:= )
- gtk? (
- dev-libs/glib:2
- x11-libs/gtk+:2 )
- mysql? ( virtual/libmysqlclient:= )
- readline? ( sys-libs/readline:0 )
- pdf? ( media-libs/libharu )
- sdl? (
- media-libs/libsdl
- media-libs/sdl-image
- media-libs/sdl-mixer
- media-libs/sdl-ttf
- )
- sqlite? ( dev-db/sqlite:3 )
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS="AUTHORS ChangeLog README RELNOTES"
-PATCHES=(
- "${FILESDIR}/${P}-mongo-amd64.patch"
- "${FILESDIR}/${P}-mongo-stdint.patch"
-)
-
-src_configure() {
- local mycmakeargs=(
- -DFALCON_BUILD_CURL=$(usex curl)
- -DFALCON_BUILD_DBUS=$(usex dbus)
- -DFALCON_BUILD_GD2=$(usex gd)
- -DFALCON_BUILD_GTK=$(usex gtk)
- -DFALCON_BUILD_PDF=$(usex pdf)
- -DFALCON_BUILD_SDL=$(usex sdl)
- -DFALCON_DBI_BUILD_MYSQL=$(usex mysql)
- -DFALCON_DBI_BUILD_SQLITE=$(usex sqlite)
- -DFALCON_DISABLE_RPATH=ON
- -DFALCON_SKIP_BISON=ON
- -DFALCON_WITH_EDITLINE=$(usex readline)
- -DFALCON_WITH_MANPAGES=ON
- -DFALCON_WITH_INTERNAL_EDITLINE=OFF
- -DFALCON_WITH_INTERNAL_PCRE=OFF
- -DFALCON_WITH_INTERNAL_ZLIB=OFF
- -DFALCON_WITH_GPL_READLINE=ON
- )
- cmake-utils_src_configure
-}
-
-src_test() {
- pushd "${S}/tests/core/testsuite" > /dev/null || die
- "${CMAKE_BUILD_DIR}/bin/faltest"
- popd > /dev/null || die
-}
diff --git a/dev-lang/falcon/files/falcon-0.9.6.8-mongo-amd64.patch b/dev-lang/falcon/files/falcon-0.9.6.8-mongo-amd64.patch
deleted file mode 100644
index 8385ca0d081..00000000000
--- a/dev-lang/falcon/files/falcon-0.9.6.8-mongo-amd64.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-From 64526ea7d3b5ec04f398bd28cb4e505e6a0f3218 Mon Sep 17 00:00:00 2001
-From: Stanislas Marquis <stnsls@gmail.com>
-Date: Sun, 9 Jan 2011 08:40:00 +0100
-Subject: [PATCH] [mongo] [cmake] Fix problems with Linux x64.
-
----
- modules/native/mongodb/CMakeLists.txt | 11 +++++++++--
- modules/native/mongodb/mongodb_mod.cpp | 2 +-
- modules/native/mongodb/src/CMakeLists.txt | 8 ++++++--
- 3 files changed, 16 insertions(+), 5 deletions(-)
-
-diff --git a/modules/native/mongodb/CMakeLists.txt b/modules/native/mongodb/CMakeLists.txt
-index ba7e5cf..bf2d869 100644
---- a/modules/native/mongodb/CMakeLists.txt
-+++ b/modules/native/mongodb/CMakeLists.txt
-@@ -8,6 +8,10 @@ falcon_define_module( FALCON_MODULE mongo )
-
- message( STATUS "Adding mongodb module" )
-
-+if ( NOT MSVC )
-+ option( MONGO_HAVE_STDINT "MongoDB problem with int64_t?" OFF )
-+endif()
-+
- ##
- # Find Falcon
- #
-@@ -28,8 +32,11 @@ add_subdirectory( src )
- if ( MSVC )
- add_definitions( -DMONGO_USE__INT64 )
- else()
-- #add_definitions( -DMONGO_HAVE_STDINT )
-- add_definitions( -DMONGO_USE_LONG_LONG_INT )
-+ if ( MONGO_HAVE_STDINT )
-+ add_definitions( -DMONGO_HAVE_STDINT )
-+ else()
-+ add_definitions( -DMONGO_USE_LONG_LONG_INT )
-+ endif()
- endif()
-
- ##
-diff --git a/modules/native/mongodb/mongodb_mod.cpp b/modules/native/mongodb/mongodb_mod.cpp
-index 6102664..4d47fac 100644
---- a/modules/native/mongodb/mongodb_mod.cpp
-+++ b/modules/native/mongodb/mongodb_mod.cpp
-@@ -1321,7 +1321,7 @@ BSONIter::makeItem( const bson_type tp,
- //...
- break;
- case bson_long:
-- it = new Item( bson_iterator_long_raw( iter ) );
-+ it = new Item( (int64) bson_iterator_long_raw( iter ) );
- break;
- case bson_eoo:
- default:
-diff --git a/modules/native/mongodb/src/CMakeLists.txt b/modules/native/mongodb/src/CMakeLists.txt
-index 48cdaef..d883af3 100644
---- a/modules/native/mongodb/src/CMakeLists.txt
-+++ b/modules/native/mongodb/src/CMakeLists.txt
-@@ -7,8 +7,12 @@ include_directories( BEFORE . )
- if ( MSVC )
- add_definitions( -DMONGO_USE__INT64 )
- else()
-- add_definitions( -DMONGO_USE_LONG_LONG_INT )
-- #add_definitions( --std=c99 )
-+ add_definitions( -fPIC )
-+ if ( MONGO_HAVE_STDINT )
-+ add_definitions( -DMONGO_HAVE_STDINT )
-+ else()
-+ add_definitions( -DMONGO_USE_LONG_LONG_INT )
-+ endif()
- endif()
-
- set( MONGO_SRCS
---
-1.7.9.1
-
diff --git a/dev-lang/falcon/files/falcon-0.9.6.8-mongo-stdint.patch b/dev-lang/falcon/files/falcon-0.9.6.8-mongo-stdint.patch
deleted file mode 100644
index 0f688b2ddbf..00000000000
--- a/dev-lang/falcon/files/falcon-0.9.6.8-mongo-stdint.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From a64c0c3959a0f5e853daba2b35ca19459acf875e Mon Sep 17 00:00:00 2001
-From: Stanislas Marquis <stnsls@gmail.com>
-Date: Sat, 29 Jan 2011 12:27:50 +0100
-Subject: [PATCH] [mongo] Fix detection of stdint.h
-
----
- modules/native/mongodb/CMakeLists.txt | 12 +++++++++++-
- 1 files changed, 11 insertions(+), 1 deletions(-)
-
-diff --git a/modules/native/mongodb/CMakeLists.txt b/modules/native/mongodb/CMakeLists.txt
-index bf2d869..e4d1df6 100644
---- a/modules/native/mongodb/CMakeLists.txt
-+++ b/modules/native/mongodb/CMakeLists.txt
-@@ -8,8 +8,18 @@ falcon_define_module( FALCON_MODULE mongo )
-
- message( STATUS "Adding mongodb module" )
-
-+##
-+# Check for stdint.h
-+#
- if ( NOT MSVC )
-- option( MONGO_HAVE_STDINT "MongoDB problem with int64_t?" OFF )
-+ find_file( STDINT_H stdint.h HINTS /usr/include )
-+ if ( STDINT_H STREQUAL STDINT_H-NOTFOUND )
-+ option( MONGO_HAVE_STDINT "MongoDB should use stdint.h" OFF )
-+ else()
-+ option( MONGO_HAVE_STDINT "MongoDB should use stdint.h" ON )
-+ endif()
-+ mark_as_advanced( STDINT_H )
-+ mark_as_advanced( MONGO_HAVE_STDINT )
- endif()
-
- ##
---
-1.7.9.1
-
diff --git a/dev-lang/falcon/metadata.xml b/dev-lang/falcon/metadata.xml
deleted file mode 100644
index 6f49eba8f49..00000000000
--- a/dev-lang/falcon/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index feee3ac3e42..0ae770fb288 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -403,9 +403,7 @@ net-irc/atheme-services
# Abandoned in Gentoo. Fail to build with gcc-6.
# Removal in 30 days. Bugs:
# app-backup/boxbackup - #595412
-# dev-lang/falcon - #595416
app-backup/boxbackup
-dev-lang/falcon
# Hans de Graaff <graaff@gentoo.org> (05 Jun 2017)
# Bundles obsolete and vulnerable webkit version.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-07-05 11:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 11:35 [gentoo-commits] repo/gentoo:master commit in: dev-lang/falcon/files/, dev-lang/falcon/, profiles/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox