mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
2025-05-01 22:54:56 UTC
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=configure install setup test
|
||||
DEPEND=postgres_targets_postgres14? ( dev-db/postgresql:14= ) postgres_targets_postgres13? ( dev-db/postgresql:13= ) dev-libs/icu:= dev-libs/libxml2:= dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5
|
||||
DESCRIPTION=PostgreSQL Database Modeler
|
||||
EAPI=7
|
||||
HOMEPAGE=https://pgmodeler.io
|
||||
INHERIT=desktop postgres qmake-utils
|
||||
IUSE=postgres_targets_postgres14 postgres_targets_postgres13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=postgres_targets_postgres14? ( dev-db/postgresql:14= ) postgres_targets_postgres13? ( dev-db/postgresql:13= ) dev-libs/icu:= dev-libs/libxml2:= dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/pgmodeler/pgmodeler/archive/v0.9.4.tar.gz -> pgmodeler-0.9.4.tar.gz
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed postgres aa74feb4d9c1e9af578d99aea36bbace toolchain-funcs f9d71a6efe9d083aec750dd13968e169 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81
|
||||
_md5_=47fef56754d0781243e7f36b9ac639cf
|
||||
14
metadata/md5-cache/dev-db/pgmodeler-1.1.6
Normal file
14
metadata/md5-cache/dev-db/pgmodeler-1.1.6
Normal file
@@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=configure install prepare setup test
|
||||
DEPEND=postgres_targets_postgres17? ( dev-db/postgresql:17= ) postgres_targets_postgres16? ( dev-db/postgresql:16= ) postgres_targets_postgres15? ( dev-db/postgresql:15= ) postgres_targets_postgres14? ( dev-db/postgresql:14= ) postgres_targets_postgres13? ( dev-db/postgresql:13= ) dev-libs/libxml2 dev-qt/qtbase:6[gui,network,opengl,widgets,X] dev-qt/qtsvg:6
|
||||
DESCRIPTION=PostgreSQL Database Modeler
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pgmodeler.io
|
||||
INHERIT=desktop postgres qmake-utils
|
||||
IUSE=postgres_targets_postgres17 postgres_targets_postgres16 postgres_targets_postgres15 postgres_targets_postgres14 postgres_targets_postgres13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=postgres_targets_postgres17? ( dev-db/postgresql:17= ) postgres_targets_postgres16? ( dev-db/postgresql:16= ) postgres_targets_postgres15? ( dev-db/postgresql:15= ) postgres_targets_postgres14? ( dev-db/postgresql:14= ) postgres_targets_postgres13? ( dev-db/postgresql:13= ) dev-libs/libxml2 dev-qt/qtbase:6[gui,network,opengl,widgets,X] dev-qt/qtsvg:6
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/pgmodeler/pgmodeler/archive/v1.1.6.tar.gz -> pgmodeler-1.1.6.tar.gz
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed postgres aa74feb4d9c1e9af578d99aea36bbace toolchain-funcs f9d71a6efe9d083aec750dd13968e169 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81
|
||||
_md5_=6c7c8191a4cc7b82c4e21f6df7a5f381
|
||||
@@ -1,15 +1,15 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Module for pure Python asynchronous I/O using coroutines
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/bluelet/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=examples python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=examples python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/sampsyo/bluelet/archive/v0.2.0.tar.gz -> bluelet-0.2.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b6ad054ea5bb201ed2fec9cac7a8d12b python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 2a874f6b13be509cff13de8e37085386
|
||||
_md5_=29227e5e44e1e92cf2f43ced3b1f538f
|
||||
_md5_=a8c02852e367a65f8e7e58a5c43c48c6
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
BDEPEND=dev-build/cmake dev-qt/qtcore:5 virtual/pkgconfig gui? ( x11-base/xorg-proto ) jsonapi? ( app-text/doxygen )
|
||||
DEFINED_PHASES=configure install postinst postrm preinst
|
||||
DEPEND=app-arch/bzip2 dev-libs/openssl:0= sys-libs/zlib gui? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 x11-libs/libX11 x11-libs/libXScrnSaver ) keyring? ( app-crypt/libsecret ) libupnp? ( net-libs/libupnp:= ) miniupnp? ( net-libs/miniupnpc:= ) plugins? ( media-libs/speex media-libs/speexdsp <media-video/ffmpeg-5 ) sqlcipher? ( dev-db/sqlcipher ) !sqlcipher? ( dev-db/sqlite:3 ) gui? ( dev-qt/designer:5 ) jsonapi? ( >=dev-libs/rapidjson-1.1.0 )
|
||||
DESCRIPTION=Friend to Friend secure communication and sharing application
|
||||
EAPI=8
|
||||
HOMEPAGE=https://retroshare.cc
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=flag-o-matic desktop qmake-utils xdg
|
||||
IUSE=cli +gui +jsonapi keyring libupnp +miniupnp plugins +service +sqlcipher
|
||||
KEYWORDS=amd64 x86
|
||||
LICENSE=AGPL-3 Apache-2.0 CC-BY-SA-4.0 GPL-2 GPL-3 LGPL-3
|
||||
RDEPEND=app-arch/bzip2 dev-libs/openssl:0= sys-libs/zlib gui? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 x11-libs/libX11 x11-libs/libXScrnSaver ) keyring? ( app-crypt/libsecret ) libupnp? ( net-libs/libupnp:= ) miniupnp? ( net-libs/miniupnpc:= ) plugins? ( media-libs/speex media-libs/speexdsp <media-video/ffmpeg-5 ) sqlcipher? ( dev-db/sqlcipher ) !sqlcipher? ( dev-db/sqlite:3 )
|
||||
REQUIRED_USE=|| ( gui service ) ?? ( libupnp miniupnp ) plugins? ( gui ) service? ( || ( cli jsonapi ) )
|
||||
SLOT=0
|
||||
SRC_URI=https://download.opensuse.org/repositories/network:/retroshare/Debian_Testing/retroshare-common_0.6.7.orig.tar.gz -> retroshare-0.6.7.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=bcefbbeb87851f47afe2ad094bc6c049
|
||||
@@ -3998,7 +3998,7 @@ dev-db/pgbouncer 1.23.1 1.24.0: Lightweight connection pooler for PostgreSQL
|
||||
dev-db/pgcli 4.0.1-r1 4.1.0: CLI for Postgres with auto-completion and syntax highlighting
|
||||
dev-db/pglogical 2.4.4: Logical replication for PostgreSQL
|
||||
dev-db/pgmemcache 2.3.0: A PostgreSQL API based on libmemcached to interface with memcached
|
||||
dev-db/pgmodeler 0.9.4: PostgreSQL Database Modeler
|
||||
dev-db/pgmodeler 1.1.6: PostgreSQL Database Modeler
|
||||
dev-db/pgpool2 4.3.8 4.3.10 4.4.4 4.4.5 4.4.7 9999: Connection pool server for PostgreSQL
|
||||
dev-db/pgrouting 3.6.2 3.7.0 3.7.3: pgRouting extends PostGIS and PostgreSQL with geospatial routing functionality
|
||||
dev-db/pgtap 1.3.1 1.3.3: Unit testing for PostgreSQL
|
||||
@@ -15472,7 +15472,7 @@ net-p2p/ncdc 1.24.1: Lightweight direct connect client with a friendly ncurses i
|
||||
net-p2p/nicotine+ 3.3.7 3.3.10: Graphical client for the Soulseek peer to peer network written in Python
|
||||
net-p2p/qbittorrent 5.0.2 5.0.3 5.0.4 9999: BitTorrent client in C++ and Qt
|
||||
net-p2p/resilio-sync 2.7.3.1381 9999: Resilient, fast and scalable file synchronization tool
|
||||
net-p2p/retroshare 0.6.7-r2 0.6.7-r4: Friend to Friend secure communication and sharing application
|
||||
net-p2p/retroshare 0.6.7-r4: Friend to Friend secure communication and sharing application
|
||||
net-p2p/rtorrent 0.9.8-r1 0.9.8-r2 0.9.8-r3 0.10.0 0.15.1: BitTorrent Client using libtorrent
|
||||
net-p2p/syncthing 1.27.9 1.27.10 1.27.12 1.29.5: Open Source Continuous File Synchronization
|
||||
net-p2p/torrentinfo 1.8.7: A torrent file parser
|
||||
|
||||
@@ -1 +1 @@
|
||||
Thu, 01 May 2025 22:39:49 +0000
|
||||
Thu, 01 May 2025 22:54:57 +0000
|
||||
|
||||
Reference in New Issue
Block a user