From cb5f0a522dc22f8b072a792aaa8fafaae36b4532 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 20 Nov 2006 05:01:40 +0000 Subject: preferred-opie-versions.inc: Use week assignment for PREFERRED_VERSION_libopie2 * libopie2 is a special package in OPIE. Its interface is mostly stable, and changes are made only to add support for new devices. So, let distro override the version to use. --- conf/distro/include/preferred-opie-versions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/include/preferred-opie-versions.inc b/conf/distro/include/preferred-opie-versions.inc index 34c1fd498e..d7c5b94f7a 100644 --- a/conf/distro/include/preferred-opie-versions.inc +++ b/conf/distro/include/preferred-opie-versions.inc @@ -12,7 +12,7 @@ PREFERRED_PROVIDER_virtual/libqte2 = '${@base_conditional("PALMTOP_USE_MULTITHRE PREFERRED_PROVIDER_virtual/libqpe1 = "libqpe-opie" PREFERRED_VERSION_qte-mt = "${QTE_VERSION}" PREFERRED_VERSION_qte = "${QTE_VERSION}" -PREFERRED_VERSION_libopie2 = "${OPIE_VERSION}" +PREFERRED_VERSION_libopie2 ?= "${OPIE_VERSION}" PREFERRED_VERSION_libopieobex0 = "${OPIE_VERSION}" PREFERRED_VERSION_libopietooth1 = "${OPIE_VERSION}" PREFERRED_VERSION_libqpe-opie = "${OPIE_VERSION}" -- cgit v1.2.3 From ce1760b6532aadb8e8d8fdaaf7ea5e04505bfc92 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 20 Nov 2006 05:40:13 +0000 Subject: plinciv 0.16: Recover lost patch and save from extermination. * It may be from year 2003, but still a better start with porting than nothing at all. * And yes, one sweet day we'll have people doing something useful (like porting games), not just dumb kernel hacking ;-). --- packages/plinciv/plinciv-0.16/FC1.14.1-PC0.16.diff.gz | Bin 0 -> 21670 bytes packages/plinciv/plinciv_0.16.bb | 3 ++- removal.txt | 5 ----- 3 files changed, 2 insertions(+), 6 deletions(-) create mode 100644 packages/plinciv/plinciv-0.16/FC1.14.1-PC0.16.diff.gz diff --git a/packages/plinciv/plinciv-0.16/FC1.14.1-PC0.16.diff.gz b/packages/plinciv/plinciv-0.16/FC1.14.1-PC0.16.diff.gz new file mode 100644 index 0000000000..70fa33c254 Binary files /dev/null and b/packages/plinciv/plinciv-0.16/FC1.14.1-PC0.16.diff.gz differ diff --git a/packages/plinciv/plinciv_0.16.bb b/packages/plinciv/plinciv_0.16.bb index 073515f0d7..6afaf40b16 100644 --- a/packages/plinciv/plinciv_0.16.bb +++ b/packages/plinciv/plinciv_0.16.bb @@ -2,9 +2,10 @@ LICENSE = "GPL" SECTION = "x11/games" DEPENDS = "gtk+" DESCRIPTION = "Embedded version of a popular FreeCiv game" +HOMEPAGE = "http://www.handhelds.org/moin/moin.cgi/PlinCiv" SRC_URI = "ftp://ftp.freeciv.org/freeciv/stable/freeciv-1.14.1.tar.bz2 \ - http://gregorr.homelinux.org/plinciv/FC1.14.1-PC0.16.diff.gz;patch=1 \ + file://FC1.14.1-PC0.16.diff.gz;patch=1 \ file://configure.patch;patch=1" inherit autotools diff --git a/removal.txt b/removal.txt index 60dfe9583d..b50f1de59d 100644 --- a/removal.txt +++ b/removal.txt @@ -10,11 +10,6 @@ Reason: description why it will get removed ----------------------------------------------------------------------------- -Package Name: plinciv -Removal Date: 2006-11-20 -Maintainer: none -Reason: Unfetchable version from 2003 year. - Package Name: Maemo Removal Date: 2006-12-12 Maintainer: none -- cgit v1.2.3