Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 117253 Details for
Bug 159866
app-mobilephone/sms-2.1.0 bump version
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sms-2.1.0-r1.ebuild
sms-2.1.0-r1.ebuild (text/plain), 975 bytes, created by
Damian Kolkowski
on 2007-04-25 18:08:32 UTC
(
hide
)
Description:
sms-2.1.0-r1.ebuild
Filename:
MIME Type:
Creator:
Damian Kolkowski
Created:
2007-04-25 18:08:32 UTC
Size:
975 bytes
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-mobilephone/sms/sms-2.1.0.ebuild,v 1.1 2007/01/08 18:40:10 mrness Exp $ > >inherit toolchain-funcs eutils > >DESCRIPTION="Command line program for sending SMS to Polish GSM mobile phone users" >HOMEPAGE="http://ceti.pl/~miki/komputery/sms.html" >SRC_URI="http://ceti.pl/~miki/komputery/download/sms/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="" > >DEPEND="sys-libs/gdbm > dev-libs/libpcre > dev-libs/pcre++ > net-misc/curl" > >src_unpack() { > unpack ${A} > cd "${S}" > > epatch "${FILESDIR}/${P}-orangembox.patch" || die "orangembox patch failed" >} > >src_compile() { > emake CXX=$(tc-getCXX) CXXFLAGS="${CXXFLAGS} -I./lib" LDFLAGS="${LDFLAGS} -lc" || die "make failed" >} > >src_install() { > dobin sms smsaddr > dodoc README README.smsrc Changelog doc/readme.html > dodoc contrib/mimecut contrib/procmailrc >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 159866
:
117250
|
117252
| 117253 |
117255