diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-10-13 19:01:32 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-10-13 19:01:32 +0000 |
commit | 11e9714c411f1979cc15db61bb0c15a3c2f008c3 (patch) | |
tree | f629645be6d82ae1411e3704b9c1bf38cf93410b /app-mobilephone/gammu | |
parent | Add pkgconfig dep; bug #151170 (diff) | |
download | gentoo-2-11e9714c411f1979cc15db61bb0c15a3c2f008c3.tar.gz gentoo-2-11e9714c411f1979cc15db61bb0c15a3c2f008c3.tar.bz2 gentoo-2-11e9714c411f1979cc15db61bb0c15a3c2f008c3.zip |
Version bump (#150321). Remove st_lim's maintainership.
(Portage version: 2.1.1)
Diffstat (limited to 'app-mobilephone/gammu')
-rw-r--r-- | app-mobilephone/gammu/ChangeLog | 10 | ||||
-rw-r--r-- | app-mobilephone/gammu/files/digest-gammu-1.08.00 | 3 | ||||
-rw-r--r-- | app-mobilephone/gammu/files/gammu-1.08.00-as-needed.patch | 30 | ||||
-rw-r--r-- | app-mobilephone/gammu/files/gammu-1.08.00-backup-limits.patch | 15 | ||||
-rw-r--r-- | app-mobilephone/gammu/gammu-1.08.00.ebuild | 49 | ||||
-rw-r--r-- | app-mobilephone/gammu/metadata.xml | 3 |
6 files changed, 106 insertions, 4 deletions
diff --git a/app-mobilephone/gammu/ChangeLog b/app-mobilephone/gammu/ChangeLog index 89308527ad07..0a98584896b0 100644 --- a/app-mobilephone/gammu/ChangeLog +++ b/app-mobilephone/gammu/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-mobilephone/gammu # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/ChangeLog,v 1.23 2006/09/17 18:23:28 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/ChangeLog,v 1.24 2006/10/13 19:01:32 mrness Exp $ + +*gammu-1.08.00 (13 Oct 2006) + + 13 Oct 2006; Alin Nastac <mrness@gentoo.org> + +files/gammu-1.08.00-as-needed.patch, + +files/gammu-1.08.00-backup-limits.patch, metadata.xml, + +gammu-1.08.00.ebuild: + Version bump (#150321). Remove st_lim's maintainership. 17 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> gammu-1.07.00.ebuild: diff --git a/app-mobilephone/gammu/files/digest-gammu-1.08.00 b/app-mobilephone/gammu/files/digest-gammu-1.08.00 new file mode 100644 index 000000000000..e3759d62e23f --- /dev/null +++ b/app-mobilephone/gammu/files/digest-gammu-1.08.00 @@ -0,0 +1,3 @@ +MD5 e934c756419b045e9c128103cb02644b gammu-1.08.00.tar.gz 1104688 +RMD160 1297b9f5cc38c3cc8a90ac124e925181847f8c76 gammu-1.08.00.tar.gz 1104688 +SHA256 1336fcf24b36dfba411e5147ba301d6f5c1b501ddbb2ae714de3196e65cc7b55 gammu-1.08.00.tar.gz 1104688 diff --git a/app-mobilephone/gammu/files/gammu-1.08.00-as-needed.patch b/app-mobilephone/gammu/files/gammu-1.08.00-as-needed.patch new file mode 100644 index 000000000000..ec00483b8023 --- /dev/null +++ b/app-mobilephone/gammu/files/gammu-1.08.00-as-needed.patch @@ -0,0 +1,30 @@ +diff -Nru gammu-1.08.00.orig/cfg/Makefile.glo gammu-1.08.00/cfg/Makefile.glo +--- gammu-1.08.00.orig/cfg/Makefile.glo 2006-05-19 20:44:18.000000000 +0300 ++++ gammu-1.08.00/cfg/Makefile.glo 2006-07-12 22:52:40.069027750 +0300 +@@ -126,7 +126,7 @@ + + $(TOPDIR)/gammu/gammu: $(COMMON) $(GAMMU) + @echo Linking gammu +- @$(CC) $(COMMON) $(GAMMU) $(LDLIBS) $(SMSD_LIBS) -o $(TOPDIR)/gammu/gammu $(LDFLAGS) ++ @$(CC) $(LDFLAGS) $(COMMON) $(GAMMU) $(LDLIBS) $(SMSD_LIBS) -o $(TOPDIR)/gammu/gammu + + gammu: $(TOPDIR)/gammu/gammu + +@@ -136,7 +136,7 @@ + + $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR): $(COMMON) + @echo Linking libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) +- @$(CC) $(LDLIBS) -shared -Wl,-soname -Wl,libGammu.so.$(SONAME_MAJOR) -o $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(COMMON) $(LDFLAGS) ++ @$(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,libGammu.so.$(SONAME_MAJOR) $(COMMON) $(LDLIBS) -o $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) + @$(LN) -s libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR) + @$(LN) -s libGammu.so.$(SONAME_MAJOR) $(TOPDIR)/common/libGammu.so + +@@ -148,7 +148,7 @@ + + $(TOPDIR)/gammu/gammu-shared: $(COMMON) $(GAMMU) $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) + @echo Linking gammu-shared +- @$(CC) -L$(TOPDIR)/common -lGammu $(LDFLAGS) $(SMSD_LIBS) $(LDLIBS) $(GAMMU) -o $(TOPDIR)/gammu/gammu-shared ++ @$(CC) $(LDFLAGS) -L$(TOPDIR)/common $(GAMMU) -lGammu $(SMSD_LIBS) $(LDLIBS) -o $(TOPDIR)/gammu/gammu-shared + + shared: $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(TOPDIR)/common/libGammu.a $(TOPDIR)/gammu/gammu-shared + diff --git a/app-mobilephone/gammu/files/gammu-1.08.00-backup-limits.patch b/app-mobilephone/gammu/files/gammu-1.08.00-backup-limits.patch new file mode 100644 index 000000000000..3d38242e61d6 --- /dev/null +++ b/app-mobilephone/gammu/files/gammu-1.08.00-backup-limits.patch @@ -0,0 +1,15 @@ +diff -Nru gammu-1.08.00.orig/common/service/backup/backgen.h gammu-1.08.00/common/service/backup/backgen.h +--- gammu-1.08.00.orig/common/service/backup/backgen.h 2006-06-02 21:03:12.000000000 +0300 ++++ gammu-1.08.00/common/service/backup/backgen.h 2006-06-02 21:03:26.084773750 +0300 +@@ -14,9 +14,9 @@ + #include "../gsmmisc.h" + #include "../sms/gsmsms.h" + +-#define GSM_BACKUP_MAX_PHONEPHONEBOOK 501 ++#define GSM_BACKUP_MAX_PHONEPHONEBOOK 1001 + #define GSM_BACKUP_MAX_SIMPHONEBOOK 251 +-#define GSM_BACKUP_MAX_CALLER 6 ++#define GSM_BACKUP_MAX_CALLER 20 + #define GSM_BACKUP_MAX_SMSC 10 + #define GSM_BACKUP_MAX_WAPBOOKMARK 40 + #define GSM_BACKUP_MAX_WAPSETTINGS 30 diff --git a/app-mobilephone/gammu/gammu-1.08.00.ebuild b/app-mobilephone/gammu/gammu-1.08.00.ebuild new file mode 100644 index 000000000000..b50301778e92 --- /dev/null +++ b/app-mobilephone/gammu/gammu-1.08.00.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.08.00.ebuild,v 1.1 2006/10/13 19:01:32 mrness Exp $ + +inherit eutils + +MY_MAJOR_VER=${PV:0:3} + +DESCRIPTION="a fork of the gnokii project, a tool to handle your cellular phone" +HOMEPAGE="http://www.gammu.org" +SRC_URI="http://www.mwiacek.com/zips/gsm/${PN}/stable/${MY_MAJOR_VER/./_}x/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +IUSE="debug bluetooth irda mysql" + +RDEPEND="bluetooth? ( net-wireless/bluez-libs ) + mysql? ( dev-db/mysql )" +DEPEND="${RDEPEND} + irda? ( virtual/os-headers )" + +src_unpack() { + unpack ${A} + + epatch "${FILESDIR}/${P}-backup-limits.patch" + epatch "${FILESDIR}/${P}-as-needed.patch" +} + +src_compile() { + local myconf="" + use debug && myconf="${myconf} --enable-debug" + use bluetooth && myconf="${myconf} --with-bluedir=/usr/lib" \ + || myconf="${myconf} --disable-bluetooth" + use mysql || myconf="${myconf} --disable-mysql" + use irda || myconf="${myconf} --disable-irda" + econf \ + --prefix=/usr \ + --enable-cb \ + --enable-7110incoming \ + ${myconf} || die "configure failed" + + emake shared || die "make failed" +} + +src_install () { + make DESTDIR="${D}" installshared || die "install failed" + mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${P}" +} diff --git a/app-mobilephone/gammu/metadata.xml b/app-mobilephone/gammu/metadata.xml index c5aaff8030c4..6c47f761d506 100644 --- a/app-mobilephone/gammu/metadata.xml +++ b/app-mobilephone/gammu/metadata.xml @@ -2,7 +2,4 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>mobile-phone</herd> -<maintainer> - <email>st_lim@gentoo.org</email> -</maintainer> </pkgmetadata> |