summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-11 00:44:38 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-11 00:44:38 +0300
commit03fa47c11955c6151a5001c8d44e90a907c6e549 (patch)
treea9ff7e2a44f8f3168a7c2c4acd738b61a03e7e0a
parent36b23eecc278059f1e925d8ce1f626e336f50822 (diff)
removed dev-db/ldbm updated in it's base repository
updated repository_mask to not override existing packages in other repositories with my editions automatically
-rw-r--r--metadata/categories.conf1
-rw-r--r--metadata/repository_mask.conf38
-rw-r--r--packages/dev-db/ldb/ldb-1.4.0.exheres-047
3 files changed, 32 insertions, 54 deletions
diff --git a/metadata/categories.conf b/metadata/categories.conf
index 89a9db8..f9b709c 100644
--- a/metadata/categories.conf
+++ b/metadata/categories.conf
@@ -24,6 +24,5 @@ x11-apps
app-misc
app-emulation
sys-libs
-dev-db
net-fs
sys-apps
diff --git a/metadata/repository_mask.conf b/metadata/repository_mask.conf
index bd43305..adfaa73 100644
--- a/metadata/repository_mask.conf
+++ b/metadata/repository_mask.conf
@@ -3,9 +3,9 @@
media-sound/pulseaudio[~scm]
)
[[
- date = [ 28 Jun 2018 ]
- token = scm
- description = [ Mask scm version, does not builds ]
+ *date = [ 28 Jun 2018 ]
+ *token = scm
+ *description = [ Mask scm version, does not builds ]
]]
(
@@ -14,7 +14,33 @@
app-emulation/wine[~scm]
)
[[
- date = [ 9 Jul 2018 ]
- token = scm
- description = [ Mask scm version ]
+ *date = [ 9 Jul 2018 ]
+ *token = scm
+ *description = [ Mask scm version ]
+]]
+
+(
+ x11-dri/mesa
+ sys-apps/sydbox
+ media-sound/pulseaudio
+ dev-libs/libclc
+ dev-libs/libunwind
+ gnome-desktop/evolution-data-server
+ kde-frameworks/kdnssd
+ mail-client/evolution
+ media/mpv
+ media-libs/libbluray
+ media-sound/mpd
+ media-sound/pulseaudio
+ net-fs/samba
+ net-misc/tor
+ net-misc/youtube-dl
+ sys-devel/qt-creator
+ x11-apps/redshift
+ x11-libs/qtbase
+ x11-themes/qtcurve
+)
+[[
+ *date = [ 11 Jul 2018 ]
+ *description = [ Do not override existing packages with my edited variants automatically ]
]]
diff --git a/packages/dev-db/ldb/ldb-1.4.0.exheres-0 b/packages/dev-db/ldb/ldb-1.4.0.exheres-0
deleted file mode 100644
index c569360..0000000
--- a/packages/dev-db/ldb/ldb-1.4.0.exheres-0
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2011-2012 Pierre Lejeune <superheron@gmail.com>
-# Distributed under the terms of the GNU General Public License v2
-
-require wafsamba
-
-SUMMARY="LDAP-like embedded database"
-DESCRIPTION="
-ldb is a LDAP-like embedded database. It is not at all LDAP standards compliant, so if you want a
-standards compliant database then please see the excellent OpenLDAP project.
-
-What ldb does is provide a fast database with an LDAP-like API designed to be used within an
-application. In some ways it can be seen as a intermediate solution between key-value pair databases
-and a real LDAP database.
-
-ldb is the database engine used in Samba4.
-"
-HOMEPAGE="https://${PN}.samba.org"
-DOWNLOADS="mirror://samba/../${PN}/${PNV}.tar.gz"
-
-LICENCES="LGPL-3"
-SLOT="0"
-PLATFORMS="~amd64 ~armv7 ~x86"
-MYOPTIONS=""
-
-DEPENDENCIES="
- build+run:
- dev-db/tdb[>=1.3.15]
- dev-libs/popt
- dev-libs/talloc[>=2.1.11]
- dev-libs/tevent[>=0.9.36]
- build+test:
- dev-util/cmocka[>=1.1.1]
- recommendation:
- net-directory/openldap [[ description = [ ldb can use OpenLDAP as a backend ] ]]
-"
-
-WAF_SRC_CONFIGURE_PARAMS+=( --with-modulesdir=/usr/$(exhost --target)/lib )
-WAF_SRC_COMPILE_PARAMS+=( -j1 )
-
-src_test() {
- # https://bugzilla.samba.org/show_bug.cgi?id=9787
- edo ln -s libldb.so bin/default/libldb.so.$(ever major)
- edo ln -s libpyldb-util.so bin/default/libpyldb-util.so.$(ever major)
-
- waf_src_test
-}
-