Versions
v1.42.0-r1 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 x86
- USE flags
- bluetooth curl dbi debug irda mysql nls odbc postgres usb
USE flags
General
- bluetooth
- Enable Bluetooth Support
- curl
- Enables curl support
- dbi
- Enable dev-db/libdbi (database-independent abstraction layer) support
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- irda
- Enables infrared support
- mysql
- Use mysql for data storage
- nls
- Enable native language support
- odbc
- Use ODBC as DB connector
- postgres
- Use PostgreSQL for data storage
- usb
- Enable USB suport
Dependencies
dev-db / libdbi : A database-independent abstraction layer in C
dev-db / mysql-connector-c : C client library for MariaDB/MySQL
dev-db / postgresql : PostgreSQL RDBMS
dev-db / unixODBC : Complete ODBC driver manager
dev-libs / glib : The GLib library of C routines
dev-libs / libgudev : GObject bindings for libudev
net-misc / curl : A Client that groks URLs
net-wireless / bluez : Bluetooth Tools and System Daemons for Linux
sys-devel / gettext : GNU locale utilities
virtual / libiconv : Virtual for the GNU conversion library
virtual / libusb : Virtual for libusb
virtual / os-headers : Virtual for operating system headers
Runtime Dependencies
dev-db / libdbi : A database-independent abstraction layer in C
dev-db / mysql-connector-c : C client library for MariaDB/MySQL
dev-db / postgresql : PostgreSQL RDBMS
dev-db / unixODBC : Complete ODBC driver manager
dev-libs / glib : The GLib library of C routines
dev-libs / libgudev : GObject bindings for libudev
dev-util / dialog : Tool to display dialog boxes from a shell
net-misc / curl : A Client that groks URLs
net-wireless / bluez : Bluetooth Tools and System Daemons for Linux
sys-devel / gettext : GNU locale utilities
Depending packages
dev-python / python-gammu : Python bindings for Gammu
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-mobilephone/gammu: switch to smaller distfile
Contents are identical. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-mobilephone/gammu: fix runtime w/ FORTIFY_SOURCE=3
Closes: https://bugs.gentoo.org/854324 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
app-mobilephone/gammu: drop 1.41.0
Closes: https://bugs.gentoo.org/886633 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-mobilephone/gammu: Stabilize 1.42.0 x86, #886633
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-mobilephone/gammu: Stabilize 1.42.0 amd64, #886633
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Victor Kustov · gentoo
app-mobilephone/gammu: bump to 1.42.0
- bump version - fix cmake warning - fix gammu-detect Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Victor Kustov <ktrace@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/25423 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
app-mobilephone/gammu: Drop 1.38.5, 1.39.0-r1 and 1.40.0
Closes: https://bugs.gentoo.org/770625 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
app-mobilephone/gammu: amd64 stable wrt bug #770625
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
app-mobilephone/gammu: x86 stable wrt bug #770625
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
app-mobilephone/gammu: virtual/libgudev → dev-libs/libgudev
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
*/*: Switch proxy-maint to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Victor Kustov · gentoo
app-mobilephone/gammu: bump to 1.41.0
bump version Closes: https://github.com/gentoo/gentoo/pull/13517 Closes: https://bugs.gentoo.org/696464 Signed-off-by: Victor Kustov <ktrace@yandex.ru> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Replace virtual/libgudev with dev-libs/libgudev
Replace all virtual/libgudev deps. Without revbumps, since the removal is not urgent and we can wait some for bumps to happen. Bug: https://bugs.gentoo.org/697100 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - ktrace@yandex.ru · gentoo
app-mobilephone/gammu: up to 1.40.0, EAPI=7
Signed-off-by: Victor Kustov <ktrace@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/11154 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/11154 Signed-off-by: Craig Andrews <candrews@gentoo.org> - ktrace · gentoo
app-mobilephone/gammu: remove virtual/mysql from deps
Replace virtual/mysql with dev-db/mysql-connector-c:= in dependencies. Closes: https://bugs.gentoo.org/665826 Closes: https://github.com/gentoo/gentoo/pull/9962 Signed-off-by: Victor Kustov <ktrace@yandex.ru> Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9962 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
app-mobilephone/gammu: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Agostino Sarubbo · gentoo
app-mobilephone/gammu: amd64 stable wrt bug #645516
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64" - Thomas Deutschmann · gentoo
app-mobilephone/gammu: x86 stable (bug #645516)
Package-Manager: Portage-2.3.20, Repoman-2.3.6 - ktrace · gentoo
app-mobilephone/gammu: bump version to 1.39.0
Closes: https://bugs.gentoo.org/644862 Package-Manager: Portage-2.3.19, Repoman-2.3.6 - ktrace · gentoo
app-mobilephone/gammu: remove old 1.38.4
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Ulrich Müller · gentoo
app-mobilephone/gammu: Test LINGUAS rather than linguas_* USE flags.
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Victor Kustov · gentoo
app-mobilephone/gammu: Version bump to 1.38.5
A simple bump and removed one obsolete patch. Package-Manager: Portage-2.3.16, Repoman-2.3.5 - Jonas Stein · gentoo
app-mobilephone/gammu: Fix HOMEPAGE
Package-Manager: Portage-2.3.14, Repoman-2.3.5 - David Seifert · gentoo
app-mobilephone/gammu: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3 - coyote · gentoo
app-mobilephone/gammu: bump version to 1.38.4
Switch to EAPI=6, exclude unneeded patches, fix automagic to ODBC. Closes: https://bugs.gentoo.org/608002 - Michael Palimaka · gentoo
app-mobilephone/gammu: use HTTPS
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Jeroen Roovers · gentoo
app-mobilephone/gammu: Fix DEPEND/RDEPEND.
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Pacho Ramos · gentoo
app-mobilephone/gammu: Drop old
Package-Manager: portage-2.3.1 - Pacho Ramos · gentoo
app-mobilephone/gammu: x86 stable, bug #593210
Package-Manager: portage-2.3.1 - Agostino Sarubbo · gentoo
app-mobilephone/gammu: amd64 stable wrt bug #593210
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Sebastian Pipping · gentoo
Merge branch 'gammu' - Louis Sautier · gentoo
app-mobilephone/gammu: bump to 1.36.8, fix #536722
Python support is now handled by dev-python/python-gammu Package-Manager: portage-2.2.27 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed